This commit is contained in:
lemoer 2020-05-01 14:46:54 +02:00
parent e577c7e9c4
commit 5eaad3748f

View File

@ -3,13 +3,10 @@ PKG_FILE_DEPENDS += $(GLUON_MK)
PKG_BUILD_DEPENDS += luasrcdiet/host PKG_BUILD_DEPENDS += luasrcdiet/host
<<<<<<< HEAD
=======
ifneq ($(wildcard ./luasrc/.),) ifneq ($(wildcard ./luasrc/.),)
PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY PKG_CONFIG_DEPENDS += CONFIG_GLUON_MINIFY
endif endif
>>>>>>> 51dde9fa... rebase and so on
ifneq ($(wildcard ./src/respondd.c),) ifneq ($(wildcard ./src/respondd.c),)
PKG_BUILD_DEPENDS += respondd PKG_BUILD_DEPENDS += respondd
endif endif