diff options
-rw-r--r-- | meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb index 1fe2e17727..9480388f7b 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb | |||
@@ -17,6 +17,13 @@ ALTERNATIVE_${PN}-core = "x-window-manager" | |||
17 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" | 17 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" |
18 | ALTERNATIVE_PRIORITY[x-window-manager] = "10" | 18 | ALTERNATIVE_PRIORITY[x-window-manager] = "10" |
19 | 19 | ||
20 | PACKAGECONFIG ??= "" | ||
21 | PACKAGECONFIG[imlib2] = "--enable-imlib2,--disable-imlib2,imlib2" | ||
22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | ||
23 | PACKAGECONFIG[xrandr] = "--enable-xrandr,--disable-xrandr,libxrandr" | ||
24 | PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" | ||
25 | PACKAGECONFIG[xcursor] = "--enable-xcursor,--disable-xcursor,libxcursor" | ||
26 | |||
20 | EXTRA_OECONF += "--with-plugins=none" | 27 | EXTRA_OECONF += "--with-plugins=none" |
21 | 28 | ||
22 | PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config" | 29 | PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome ${PN}-config" |