mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-01 13:49:03 +03:00
libgtk2 can either use the X11 or directfb backend, depending on what is selected - But if other packages 'select' libgtk2 there is no guarantee that any backends are enabled, breaking the build. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
config BR2_PACKAGE_METACITY
|
|
bool "metacity"
|
|
depends on BR2_PACKAGE_LIBGTK2
|
|
depends on BR2_PACKAGE_XORG7
|
|
help
|
|
Metacity is a window manager for the X Window System.
|