77754571b2
The host versions shouldn't be visible in Kconfig, so remove the reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets with host-. At the same time add pkgconfig for the target (E.G. for development) and let BR2_PACKAGE_PKGCONFIG control that package. Notice: all defconfigs in the tree have been updated, but make sure to disable the pkgconfig package (unless you want it) if you use an external config, otherwise you'll end up with pkgconfig and glib2 in the target.
38 lines
999 B
Plaintext
38 lines
999 B
Plaintext
config BR2_PACKAGE_MATCHBOX
|
|
bool "MatchBox Window Manager"
|
|
select BR2_PACKAGE_XSERVER_XORG_SERVER
|
|
select BR2_PACKAGE_FONTCONFIG
|
|
select BR2_PACKAGE_XLIB_LIBXDAMAGE
|
|
select BR2_PACKAGE_XLIB_LIBXCURSOR
|
|
help
|
|
http://projects.o-hand.com/matchbox
|
|
|
|
config BR2_PACKAGE_MATCHBOX_SNOTIFY
|
|
bool "Enable Matchbox Startup Notification"
|
|
depends on BR2_PACKAGE_MATCHBOX
|
|
select BR2_PACKAGE_XAPP_XSM
|
|
help
|
|
Compiles
|
|
http://www.freedesktop.org/Software/startup-notification and
|
|
its support in MatchBox.
|
|
|
|
config BR2_PACKAGE_MATCHBOX_PANEL
|
|
bool "Matchbox Panel"
|
|
depends on BR2_PACKAGE_MATCHBOX
|
|
help
|
|
A flexible always present 'window bar' for holding
|
|
application launchers.
|
|
|
|
config BR2_PACKAGE_MATCHBOX_DESKTOP
|
|
bool "Matchbox Desktop"
|
|
depends on BR2_PACKAGE_MATCHBOX
|
|
help
|
|
A PDA style application launcher or 'item browser'.
|
|
|
|
config BR2_PACKAGE_MATCHBOX_KEYBOARD
|
|
bool "Matchbox Virtual Keyboard"
|
|
depends on BR2_PACKAGE_MATCHBOX
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
|
help
|
|
Virtual Keyboard
|