diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-30 15:11:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-30 15:11:59 +0000 |
commit | 000e236618996d1acb927bd34e95ba9ef3e437d9 (patch) | |
tree | 269ad11e93d8480272050325a79e790a1237ca89 /gnome/gnome-icon-theme_1.3.3.oe | |
parent | 537a4e4dd4eda96f2b553aafb68c695f9d94bef9 (diff) |
pass --disable-hicolor-check to configure
BKrev: 40e2d83fxrrQVS1RAo_e4cUNgs1uAQ
Diffstat (limited to 'gnome/gnome-icon-theme_1.3.3.oe')
-rw-r--r-- | gnome/gnome-icon-theme_1.3.3.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnome/gnome-icon-theme_1.3.3.oe b/gnome/gnome-icon-theme_1.3.3.oe index e69de29bb2..e33ade99a0 100644 --- a/gnome/gnome-icon-theme_1.3.3.oe +++ b/gnome/gnome-icon-theme_1.3.3.oe @@ -0,0 +1,7 @@ +SRC_URI = "${GNOME_MIRROR}/${PN}/1.3/${PN}-${PV}.tar.bz2" + +FILES_${PN} += "${datadir}/icons" + +EXTRA_OECONF = "--disable-hicolor-check" + +inherit autotools pkgconfig |