python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / openbox / Config.in
blob3ddd37680397d41547c9b8615525fa43de94ce00
1 config BR2_PACKAGE_OPENBOX
2         bool "openbox"
3         depends on BR2_PACKAGE_XORG7
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_USE_MMU # glib2
6         depends on BR2_USE_WCHAR # glib2
7         depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
8         depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
9         select BR2_PACKAGE_LIBGLIB2
10         select BR2_PACKAGE_LIBXML2
11         select BR2_PACKAGE_PANGO
12         select BR2_PACKAGE_XLIB_LIBX11
13         # libxft and libxrender are needed to get xft support in pango
14         select BR2_PACKAGE_XLIB_LIBXFT
15         select BR2_PACKAGE_XLIB_LIBXRENDER
16         help
17           Openbox is a highly configurable, next generation window
18           manager with extensive standards support.
20           http://openbox.org
22 comment "openbox needs a toolchain w/ C++, threads, wchar"
23         depends on BR2_USE_MMU
24         depends on BR2_TOOLCHAIN_HAS_SYNC_4
25         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
26                 !BR2_INSTALL_LIBSTDCPP
27         depends on BR2_PACKAGE_XORG7