diff options
Diffstat (limited to 'meta/packages/maemo')
-rw-r--r-- | meta/packages/maemo/xpext_1.0-5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/maemo/xpext_1.0-5.bb b/meta/packages/maemo/xpext_1.0-5.bb index 2db00de0f7..cc40205c50 100644 --- a/meta/packages/maemo/xpext_1.0-5.bb +++ b/meta/packages/maemo/xpext_1.0-5.bb | |||
@@ -3,13 +3,13 @@ LICENSE= "MIT" | |||
3 | DESCRIPTION = "X Server Nokia 770 extensions library" | 3 | DESCRIPTION = "X Server Nokia 770 extensions library" |
4 | SECTION = "x11/libs" | 4 | SECTION = "x11/libs" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "virtual/libx11 xextproto libxext" | 6 | DEPENDS = "virtual/libx11 libxext" |
7 | 7 | ||
8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ | 8 | SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${PN}/${PN}_${PV}.tar.gz \ |
9 | file://auxdir.patch;patch=1;pnum=0" | 9 | file://auxdir.patch;patch=1;pnum=0" |
10 | S = "${WORKDIR}/xpext-1.0" | 10 | S = "${WORKDIR}/xpext-1.0" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | do_configure_prepend () { | 14 | do_configure_prepend () { |
15 | cd ${S} | 15 | cd ${S} |