mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 23:47:42 +00:00
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:
parent
29a2f3d21b
commit
eaee60a1f5
@ -5,7 +5,7 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
PRBOOM_VERSION = 2.5.0
|
PRBOOM_VERSION = 2.5.0
|
||||||
PRBOOM_CONF_ENV = ac_cv_type_uid_t=yes
|
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)
|
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
||||||
PRBOOM_DEPENDENCIES += libpng
|
PRBOOM_DEPENDENCIES += libpng
|
||||||
|
@ -14,6 +14,4 @@ SDL_NET_INSTALL_STAGING = YES
|
|||||||
|
|
||||||
SDL_NET_DEPENDENCIES = sdl
|
SDL_NET_DEPENDENCIES = sdl
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,SDL_net))
|
$(eval $(call AUTOTARGETS,package,sdl_net))
|
||||||
|
|
||||||
sdl_net: SDL_net
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user