package/urg: don't override URG_CONF_OPTS
URG_CONF_OPTS is wrongly overridden in a conditional since commit
d0433603e3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e389bf186f
commit
293d8f727a
@ -18,7 +18,7 @@ URG_CONF_OPTS += \
|
||||
--with-sdl-prefix=$(STAGING_DIR)/usr \
|
||||
--with-sdl-exec-prefix=$(STAGING_DIR)/usr
|
||||
else
|
||||
URG_CONF_OPTS = --without-sdl
|
||||
URG_CONF_OPTS += --without-sdl
|
||||
URG_CONF_ENV += ac_cv_path_SDL_CONFIG=""
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user