summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb b/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb
index fb3f3aed3d..c0785ccd64 100644
--- a/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb
+++ b/meta/recipes-graphics/xorg-proto/xorgproto_2019.2.bb
@@ -19,6 +19,8 @@ inherit meson
19PACKAGECONFIG ??= "" 19PACKAGECONFIG ??= ""
20PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false" 20PACKAGECONFIG[legacy] = "-Dlegacy=true,-Dlegacy=false"
21 21
22# Datadir only used to install pc files, $datadir/pkgconfig
23datadir="${libdir}"
22# ${PN} is empty so we need to tweak -dev and -dbg package dependencies 24# ${PN} is empty so we need to tweak -dev and -dbg package dependencies
23RDEPENDS_${PN}-dev = "" 25RDEPENDS_${PN}-dev = ""
24RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" 26RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"