diff options
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-settings')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb index f7fc244e1..b34bb7a38 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "exo exo-native garcon gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier" | 5 | DEPENDS = "exo exo-native garcon gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libnotify libxcursor libxklavier" |
6 | 6 | ||
7 | inherit xfce | 7 | inherit xfce xfce-git |
8 | 8 | ||
9 | SRC_URI = " git://gitorious.org/xfce/xfce4-settings.git;protocol=git;branch=for-oe \ | 9 | SRC_URI = " git://gitorious.org/xfce/xfce4-settings.git;protocol=git;branch=for-oe \ |
10 | file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ | 10 | file://0001-xsettings.xml-remove-trouble-causing-comment.patch \ |
@@ -31,10 +31,6 @@ PACKAGECONFIG[datetime-setter] = "--enable-datetime-settings, --disable-datetime | |||
31 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 31 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
32 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" | 32 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" |
33 | 33 | ||
34 | do_configure_prepend() { | ||
35 | NOCONFIGURE=yes ./autogen.sh | ||
36 | } | ||
37 | |||
38 | FILES_${PN} += " \ | 34 | FILES_${PN} += " \ |
39 | ${libdir}/xfce4 \ | 35 | ${libdir}/xfce4 \ |
40 | ${datadir}/xfce4 \ | 36 | ${datadir}/xfce4 \ |