mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
openbox: Add PACKAGECONFIG for imlib2, xrandr, xinerama, xcursor, startup-notification
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -17,6 +17,13 @@ ALTERNATIVE_${PN}-core = "x-window-manager"
|
||||
ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox"
|
||||
ALTERNATIVE_PRIORITY[x-window-manager] = "10"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[imlib2] = "--enable-imlib2,--disable-imlib2,imlib2"
|
||||
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
|
||||
PACKAGECONFIG[xrandr] = "--enable-xrandr,--disable-xrandr,libxrandr"
|
||||
PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama"
|
||||
PACKAGECONFIG[xcursor] = "--enable-xcursor,--disable-xcursor,libxcursor"
|
||||
|
||||
EXTRA_OECONF += "--with-plugins=none"
|
||||
|
||||
PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config"
|
||||
|
||||
Reference in New Issue
Block a user