mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
tslib: add dependency to hsot-autoconf and host-automake
Tslib uses autoconf and automake during configure section, make sure it is available before building tslib.
This commit is contained in:
parent
62cc77dffd
commit
b7ff212c81
@ -20,7 +20,7 @@ $(TSLIB_DIR)/.patched: $(DL_DIR)/$(TSLIB_SOURCE)
|
|||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(TSLIB_DIR)/.configured: $(TSLIB_DIR)/.patched
|
$(TSLIB_DIR)/.configured: $(TSLIB_DIR)/.patched
|
||||||
(cd $(TSLIB_DIR); rm -rf config.cache; ./autogen.sh)
|
(cd $(TSLIB_DIR); rm -rf config.cache; PATH=$(TARGET_PATH) ./autogen.sh)
|
||||||
$(CONFIG_UPDATE) $(TSLIB_DIR)
|
$(CONFIG_UPDATE) $(TSLIB_DIR)
|
||||||
(cd $(TSLIB_DIR) && \
|
(cd $(TSLIB_DIR) && \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
@ -84,7 +84,7 @@ $(TARGET_DIR)/usr/lib/libts.so: $(STAGING_DIR)/usr/lib/libts.so
|
|||||||
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_test
|
-$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/ts_test
|
||||||
cp -dpf package/tslib/ts.conf $(TARGET_DIR)/etc/
|
cp -dpf package/tslib/ts.conf $(TARGET_DIR)/etc/
|
||||||
|
|
||||||
tslib: uclibc $(TARGET_DIR)/usr/lib/libts.so
|
tslib: uclibc host-automake host-autoconf $(TARGET_DIR)/usr/lib/libts.so
|
||||||
|
|
||||||
tslib-build: uclibc $(TSLIB_DIR)/.configured
|
tslib-build: uclibc $(TSLIB_DIR)/.configured
|
||||||
rm -f $(TSLIB_DIR)/.compiled
|
rm -f $(TSLIB_DIR)/.compiled
|
||||||
|
Loading…
x
Reference in New Issue
Block a user