mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-04 08:57:44 +00:00
Use correct include dir syntax for xcursor-xthemes
This commit is contained in:
parent
42b7d4bf56
commit
84795834f6
@ -21,8 +21,8 @@ $(XDATA_XCURSOR_THEMES_DIR)/.patched: $(XDATA_XCURSOR_THEMES_DIR)/.extracted
|
|||||||
|
|
||||||
$(XDATA_XCURSOR_THEMES_DIR)/.configured: $(XDATA_XCURSOR_THEMES_DIR)/.patched
|
$(XDATA_XCURSOR_THEMES_DIR)/.configured: $(XDATA_XCURSOR_THEMES_DIR)/.patched
|
||||||
(cd $(XDATA_XCURSOR_THEMES_DIR) && \
|
(cd $(XDATA_XCURSOR_THEMES_DIR) && \
|
||||||
aclocal -I. -I$(STAGING_DIR)/usr/share/aclocal --install && \
|
aclocal -I . -I $(STAGING_DIR)/usr/share/aclocal --install && \
|
||||||
autoconf -I$(STAGING_DIR)/usr/share/aclocal && \
|
autoconf -I $(STAGING_DIR)/usr/share/aclocal && \
|
||||||
automake -ac && \
|
automake -ac && \
|
||||||
rm -rf config.cache && \
|
rm -rf config.cache && \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user