Commit eaee60a1 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

sdl_net: normalize package to sdl_net

parent 29a2f3d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −3
Original line number Diff line number Diff line
@@ -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))