diff options
Diffstat (limited to 'meta/recipes-sato/gtk-engines/gtk-sato-engine.inc')
-rw-r--r-- | meta/recipes-sato/gtk-engines/gtk-sato-engine.inc | 25 |
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 @@ | |||
1 | SUMMARY = "Sato theme engine for GTK+" | ||
2 | HOMEPAGE = "http://www.o-hand.com" | ||
3 | BUGTRACKER = "http://bugzilla.yoctoproject.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1 & LGPLv2+" | ||
6 | |||
7 | SECTION = "x11/base" | ||
8 | DEPENDS = "gtk+" | ||
9 | RDEPENDS_gtk-theme-sato = "gtk-sato-engine" | ||
10 | |||
11 | inherit distro_features_check | ||
12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
13 | |||
14 | PACKAGES += "gtk-theme-sato" | ||
15 | FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so " | ||
16 | FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*.la" | ||
17 | FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes" | ||
18 | |||
19 | inherit autotools-brokensep pkgconfig | ||
20 | |||
21 | do_configure_prepend() { | ||
22 | for i in `ls gtk-common`; do | ||
23 | ln -sf ../gtk-common/$i gtk2-engine/$i | ||
24 | done | ||
25 | } | ||