diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-12 10:38:32 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-12 10:38:32 +0000 |
commit | e429e9bd6215332d5a0250ea77edcf8adbf13d99 (patch) | |
tree | 7a6c0b0656bd06b48615326f7eb0f3aa395056d0 /packages/gpe-conf/gpe-conf_0.2.4.bb | |
parent | abb606d76d8dabc164f935ffeada03a0a6063d5d (diff) |
gpe-conf: Add missing dependency. Add patch to name sound settings script correctly.
Diffstat (limited to 'packages/gpe-conf/gpe-conf_0.2.4.bb')
-rw-r--r-- | packages/gpe-conf/gpe-conf_0.2.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/gpe-conf/gpe-conf_0.2.4.bb b/packages/gpe-conf/gpe-conf_0.2.4.bb index 4a45b599a1..aa458d089e 100644 --- a/packages/gpe-conf/gpe-conf_0.2.4.bb +++ b/packages/gpe-conf/gpe-conf_0.2.4.bb @@ -3,8 +3,8 @@ SECTION = "gpe" PRIORITY = "optional" LICENSE = "GPL" -DEPENDS = "gtk+ esound audiofile libgpewidget libxsettings libxsettings-client" -RDEPENDS_${PN} = "xst xset ntpdate gpe-login gpe-icons timezones" +DEPENDS = "gtk+ esound audiofile libgpewidget libxsettings libxsettings-client libxrandr" +RDEPENDS_${PN} = "xst xset ntpdate gpe-login gpe-icons timezones xrandr" RDEPENDS_gpe-conf-panel = "gpe-conf" PR = "r1" @@ -13,6 +13,8 @@ GPE_TARBALL_SUFFIX = "bz2" inherit gpe autotools pkgconfig +SRC_URI += "file://scriptname.patch;patch=1;pnum=0" + PACKAGES += "gpe-conf-panel" FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \ |