X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Flcd4linux%2FMakefile;h=d843b3f4e91ea4172aa95e1c1da5be7402548131;hp=50c48caddbf0d3ebf65b9f4acb0923c55f464ed1;hb=b1012db2e069579782be99fa224cd9f3e1d80502;hpb=7adf792c7116c570374c1c4c811b907ce2c1b53c diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile index 50c48caddb..d843b3f4e9 100644 --- a/utils/lcd4linux/Makefile +++ b/utils/lcd4linux/Makefile @@ -36,8 +36,13 @@ endef # commas are interpreted by the $(call ...) macro, so define an intermediate variable holding our drivers spec PKG_CONFIGURE_DRIVERS:=all,!PNG,!RouterBoard,!X11 +CONFIGURE_ARGS += \ + --without-x \ + --with-drivers="$(PKG_CONFIGURE_DRIVERS)" \ + --with-plugins=wireless + define Build/Configure - (cd $(PKG_BUILD_DIR); touch \ + (cd $(PKG_BUILD_DIR); touch \ configure.in \ aclocal.m4 \ Makefile.in \ @@ -45,15 +50,7 @@ define Build/Configure stamp-h.in \ config.h.in \ ); - $(call Build/Configure/Default, \ - --without-x \ - --with-drivers="$(PKG_CONFIGURE_DRIVERS)" \ - --with-plugins=wireless \ - ) -endef - -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) + $(call Build/Configure/Default) endef define Package/lcd4linux/install