mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Use correct include dir syntax for xcursor-xthemes
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user