diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-08-25 12:34:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-08-25 12:34:25 +0000 |
commit | 170632400a39c176bb6678cfaa63f12c2b28d9ab (patch) | |
tree | e302e6a64985caa3912583ed43013e5ef01bd86a /packages/libsdl/libsdl.inc | |
parent | 4d1113da44ff5c1087a76eaa7613b530fee37943 (diff) |
libsdl 1.2.x use pkgconfig
Diffstat (limited to 'packages/libsdl/libsdl.inc')
-rw-r--r-- | packages/libsdl/libsdl.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/libsdl/libsdl.inc b/packages/libsdl/libsdl.inc index 5266c71373..5653925d68 100644 --- a/packages/libsdl/libsdl.inc +++ b/packages/libsdl/libsdl.inc @@ -5,7 +5,6 @@ DEPENDS = "alsa-lib mesa virtual/libx11 libxext" DEPENDS_avr32 = "alsa-lib virtual/libx11 libxext" PROVIDES = "virtual/libsdl" LICENSE = "LGPL" -PR = "r5" SRC_URI = "\ http://www.libsdl.org/release/SDL-${PV}.tar.gz \ @@ -15,7 +14,7 @@ SRC_URI = "\ file://acinclude.m4" S = "${WORKDIR}/SDL-${PV}" -inherit autotools binconfig +inherit autotools binconfig pkgconfig EXTRA_OECONF = "<overwrite me>" |