summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb')
-rw-r--r--meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb4
1 files changed, 3 insertions, 1 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 7c1d4a012..d9e58f1af 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.5.0.bb
@@ -11,7 +11,9 @@ SRC_URI[sha256sum] = "6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c14
11 11
12PR = "r2" 12PR = "r2"
13 13
14inherit autotools gettext update-alternatives pkgconfig 14inherit autotools gettext update-alternatives pkgconfig distro_features_check
15# depends on virtual/libx11
16REQUIRED_DISTRO_FEATURES = "x11"
15 17
16ALTERNATIVE_${PN}-core = "x-window-manager" 18ALTERNATIVE_${PN}-core = "x-window-manager"
17ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox" 19ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox"