mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
committed by
Yann E. MORIN
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user