diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb index 27263021a3..2ad544857f 100644 --- a/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb +++ b/meta/recipes-graphics/xorg-lib/libxkbcommon_0.4.0.bb | |||
@@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "2dc018e830d1befaf4822615204138318da3fff0112f78f3a7c638fa61 | |||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | 16 | ||
17 | EXTRA_OECONF = "--disable-docs" | 17 | EXTRA_OECONF = "--disable-docs" |
18 | |||
19 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | ||
20 | PACKAGECONFIG[x11] = "--enable-x11,--disable-x11,libxcb" | ||