mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/minetest: add hiredis optional dependency
Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7fd4e2d23a
commit
0446c413dd
@ -17,7 +17,6 @@ MINETEST_CONF_OPTS = \
|
|||||||
-DENABLE_LUAJIT=ON \
|
-DENABLE_LUAJIT=ON \
|
||||||
-DENABLE_CURSES=OFF \
|
-DENABLE_CURSES=OFF \
|
||||||
-DENABLE_LEVELDB=OFF \
|
-DENABLE_LEVELDB=OFF \
|
||||||
-DENABLE_REDIS=OFF \
|
|
||||||
-DENABLE_SPATIAL=OFF \
|
-DENABLE_SPATIAL=OFF \
|
||||||
-DAPPLY_LOCALE_BLACKLIST=OFF \
|
-DAPPLY_LOCALE_BLACKLIST=OFF \
|
||||||
-DENABLE_SYSTEM_GMP=ON \
|
-DENABLE_SYSTEM_GMP=ON \
|
||||||
@ -50,6 +49,13 @@ else
|
|||||||
MINETEST_CONF_OPTS += -DENABLE_FREETYPE=OFF
|
MINETEST_CONF_OPTS += -DENABLE_FREETYPE=OFF
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_HIREDIS),y)
|
||||||
|
MINETEST_DEPENDENCIES += hiredis
|
||||||
|
MINETEST_CONF_OPTS += -DENABLE_REDIS=ON
|
||||||
|
else
|
||||||
|
MINETEST_CONF_OPTS += -DENABLE_REDIS=OFF
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||||
MINETEST_DEPENDENCIES += libcurl
|
MINETEST_DEPENDENCIES += libcurl
|
||||||
MINETEST_CONF_OPTS += -DENABLE_CURL=ON
|
MINETEST_CONF_OPTS += -DENABLE_CURL=ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user