|
@@ -80,6 +80,7 @@ SDL_DEPENDENCIES += mesa3d
|
|
endif
|
|
endif
|
|
|
|
|
|
SDL_CONF_OPTS += \
|
|
SDL_CONF_OPTS += \
|
|
|
|
+ --disable-rpath \
|
|
--enable-pulseaudio=no \
|
|
--enable-pulseaudio=no \
|
|
--disable-arts \
|
|
--disable-arts \
|
|
--disable-esd \
|
|
--disable-esd \
|
|
@@ -96,13 +97,5 @@ HOST_SDL_CONF_OPTS += \
|
|
|
|
|
|
SDL_CONFIG_SCRIPTS = sdl-config
|
|
SDL_CONFIG_SCRIPTS = sdl-config
|
|
|
|
|
|
-# Remove the -Wl,-rpath option.
|
|
|
|
-define SDL_FIXUP_SDL_CONFIG
|
|
|
|
- $(SED) 's%-Wl,-rpath,\$${libdir}%%' \
|
|
|
|
- $(STAGING_DIR)/usr/bin/sdl-config
|
|
|
|
-endef
|
|
|
|
-
|
|
|
|
-SDL_POST_INSTALL_STAGING_HOOKS += SDL_FIXUP_SDL_CONFIG
|
|
|
|
-
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|
|
$(eval $(host-autotools-package))
|