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
|
||||
(cd $(XDATA_XCURSOR_THEMES_DIR) && \
|
||||
aclocal -I. -I$(STAGING_DIR)/usr/share/aclocal --install && \
|
||||
autoconf -I$(STAGING_DIR)/usr/share/aclocal && \
|
||||
aclocal -I . -I $(STAGING_DIR)/usr/share/aclocal --install && \
|
||||
autoconf -I $(STAGING_DIR)/usr/share/aclocal && \
|
||||
automake -ac && \
|
||||
rm -rf config.cache && \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
|
Loading…
Reference in New Issue
Block a user