blob: c1fc676a754d8bae6f805c7f0c058e3b05311a3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
SECTION = "x11/base"
DESCRIPTION = "Industrial theme engine for GTK"
LICENSE = "GPL2"
DEPENDS = "gtk+"
PR = "r1"
include gtk-engines_2.6.inc
EXTRA_OECONF = "--disable-clearlooks \
--disable-crux \
--disable-hc \
--disable-lighthouseblue \
--disable-metal \
--disable-mist \
--disable-redmond \
--disable-smooth \
--disable-thinice \
"
PACKAGES += "gtk-theme-industrial"
FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so"
FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*"
FILES_gtk-theme-industrial = "${datadir}/icons ${datadir}/themes"
FILES_${PN}-dbg = "${libdir}/gtk-2.0/*/engines/.debug"
|