mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
fix broken shell fragment
This commit is contained in:
parent
a40c07487a
commit
4f57ecd7f1
@ -29,7 +29,7 @@ $(LTT_DIR1)/.unpacked: $(DL_DIR)/$(LTT_SOURCE)
|
|||||||
touch $(LTT_DIR1)/.unpacked
|
touch $(LTT_DIR1)/.unpacked
|
||||||
|
|
||||||
# Build without GTK if not available
|
# Build without GTK if not available
|
||||||
LTT_WITHOUT_GTK:=$(shell which gtk-config >& /dev/null || echo "--without-gtk")
|
LTT_WITHOUT_GTK:=$(shell which gtk-config > /dev/null 2>&1 || echo "--without-gtk")
|
||||||
|
|
||||||
$(LTT_DIR1)/.configured: $(LTT_DIR1)/.unpacked
|
$(LTT_DIR1)/.configured: $(LTT_DIR1)/.unpacked
|
||||||
(cd $(LTT_DIR1); rm -rf config.cache; \
|
(cd $(LTT_DIR1); rm -rf config.cache; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user