sdl_net: normalize package to sdl_net

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2011-09-19 22:53:05 +02:00 committed by Peter Korsgaard
parent 29a2f3d21b
commit eaee60a1f5
2 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,7 @@
#############################################################
PRBOOM_VERSION = 2.5.0
PRBOOM_CONF_ENV = ac_cv_type_uid_t=yes
PRBOOM_DEPENDENCIES = sdl SDL_net sdl_mixer
PRBOOM_DEPENDENCIES = sdl sdl_net sdl_mixer
ifeq ($(BR2_PACKAGE_LIBPNG),y)
PRBOOM_DEPENDENCIES += libpng

View File

@ -14,6 +14,4 @@ SDL_NET_INSTALL_STAGING = YES
SDL_NET_DEPENDENCIES = sdl
$(eval $(call AUTOTARGETS,package,SDL_net))
sdl_net: SDL_net
$(eval $(call AUTOTARGETS,package,sdl_net))