diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-01-28 13:46:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-28 23:14:10 +0000 |
commit | 997b526d8b732112edae252eb615b124c5a95760 (patch) | |
tree | 77f402cd8f6836b04d1051838a91f45f6d38abd1 /meta/recipes-gnome/gnome | |
parent | 45eb9b531db65cce85505991ab0f00b94c4ef0b6 (diff) | |
download | poky-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-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb index 40dd35ba30..7102a89595 100644 --- a/meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb +++ b/meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb | |||
@@ -42,3 +42,5 @@ FILES_${PN}-hires = "${prefix}/share/icons/Adwaita/256x256/ \ | |||
42 | ${prefix}/share/icons/Adwaita/512x512/" | 42 | ${prefix}/share/icons/Adwaita/512x512/" |
43 | FILES_${PN} = "${prefix}/share/icons/Adwaita/ \ | 43 | FILES_${PN} = "${prefix}/share/icons/Adwaita/ \ |
44 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" | 44 | ${prefix}/share/pkgconfig/adwaita-icon-theme.pc" |
45 | |||
46 | BBCLASSEXTEND = "native nativesdk" | ||