summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-01-28 13:46:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-28 23:14:10 +0000
commit997b526d8b732112edae252eb615b124c5a95760 (patch)
tree77f402cd8f6836b04d1051838a91f45f6d38abd1 /meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
parent45eb9b531db65cce85505991ab0f00b94c4ef0b6 (diff)
downloadpoky-997b526d8b732112edae252eb615b124c5a95760.tar.gz
meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk
(From OE-Core rev: 35983262caca0f1fa0d2f6b429152c8d5cdf1be6) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
index 6d6ffadf20..530da0569c 100644
--- a/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
+++ b/meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fe101f30dd24134cf43146863241868"
18 18
19DEPENDS += "virtual/libx11 xorgproto libxfixes" 19DEPENDS += "virtual/libx11 xorgproto libxfixes"
20PROVIDES = "xdamage" 20PROVIDES = "xdamage"
21BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native nativesdk"
22 22
23PE = "1" 23PE = "1"
24 24