From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:58 +0000 (+0200) Subject: sdl: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e02a83b5271519dbdfc3cbf4bc4d820c559724ab;p=ipfire-3.x.git sdl: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/sdl/sdl.nm b/pkgs/core/sdl/sdl.nm index 13c09c61f..806f4b555 100644 --- a/pkgs/core/sdl/sdl.nm +++ b/pkgs/core/sdl/sdl.nm @@ -34,8 +34,7 @@ PKG_URL = http://www.libsdl.org/ PKG_LICENSE = LGPLv2+ PKG_SUMMARY = A cross-platform multimedia library. -PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += directfb libusb-compat +PKG_BUILD_DEPS+= directfb-devel libusb-compat-devel pkg-config define PKG_DESCRIPTION Simple DirectMedia Layer (SDL) is a cross-platform multimedia library \ @@ -44,3 +43,5 @@ define PKG_DESCRIPTION endef PKG_TARBALL = $(THISAPP).tar.gz + +PKG_PACKAGES += $(PKG_NAME_REAL)-devel