summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2016-03-02 11:42:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 18:05:24 +0100
commit3abdec98f74fccf0a93a6667bd6dc44e8fd3f7f0 (patch)
tree7a9a8dbb8ad145d17de7670a5dee53aeb44c3186 /meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
parentf5e4aa23ce8d7d1db85b56e5cf4d0c8dbdc7af23 (diff)
downloadpoky-3abdec98f74fccf0a93a6667bd6dc44e8fd3f7f0.tar.gz
gtk-sato-engine: Remove as unused
(From OE-Core rev: 812bb2f9814a40834bf86a1c7484477125f73661) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/gtk-engines/gtk-sato-engine.inc')
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
deleted file mode 100644
index 93538ed01e..0000000000
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "Sato theme engine for GTK+"
2HOMEPAGE = "http://www.o-hand.com"
3BUGTRACKER = "http://bugzilla.yoctoproject.org/"
4
5LICENSE = "LGPLv2.1 & LGPLv2+"
6
7SECTION = "x11/base"
8DEPENDS = "gtk+"
9RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
10
11inherit distro_features_check
12ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
13
14PACKAGES += "gtk-theme-sato"
15FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
16FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*.la"
17FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
18
19inherit autotools-brokensep pkgconfig
20
21do_configure_prepend() {
22 for i in `ls gtk-common`; do
23 ln -sf ../gtk-common/$i gtk2-engine/$i
24 done
25}