|
@@ -170,9 +170,17 @@ CONFIGURE_ARGS+= --with-platform=raspberry-pi \
|
|
--disable-sdl \
|
|
--disable-sdl \
|
|
--disable-x11
|
|
--disable-x11
|
|
else
|
|
else
|
|
|
|
+ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_IMX6),y)
|
|
|
|
+CONFIGURE_ARGS+= --disable-x11 \
|
|
|
|
+ --disable-sdl \
|
|
|
|
+ --disable-gles \
|
|
|
|
+ --enable-neon \
|
|
|
|
+ --enable-codec=imxvpu
|
|
|
|
+else
|
|
CONFIGURE_ARGS+= --enable-x11 \
|
|
CONFIGURE_ARGS+= --enable-x11 \
|
|
--enable-sdl
|
|
--enable-sdl
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
|
|
|
|
pre-configure:
|
|
pre-configure:
|
|
(cd $(WRKBUILD)/lib/cpluff && env PATH=$(AUTOTOOL_PATH) ./autogen.sh)
|
|
(cd $(WRKBUILD)/lib/cpluff && env PATH=$(AUTOTOOL_PATH) ./autogen.sh)
|