summaryrefslogtreecommitdiffstats
path: root/meta/classes/xfce.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/xfce.bbclass')
-rw-r--r--meta/classes/xfce.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/xfce.bbclass b/meta/classes/xfce.bbclass
index 793348597f..ecc00825bc 100644
--- a/meta/classes/xfce.bbclass
+++ b/meta/classes/xfce.bbclass
@@ -6,8 +6,9 @@
6 6
7HOMEPAGE = "http://www.xfce.org" 7HOMEPAGE = "http://www.xfce.org"
8LICENSE = "LGPL-2" 8LICENSE = "LGPL-2"
9DEPENDS += "startup-notification"
9 10
10SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.gz" 11SRC_URI = "http://www.us.xfce.org/archive/xfce-${PV}/src/${PN}-${PV}.tar.bz2"
11 12
12inherit autotools 13inherit autotools
13 14