mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Revert "xlib_libXft: fix xft-config"
This reverts commit 1a1009931f8f126087c0c4c013af63ca2037014a. Fixes http://autobuild.buildroot.net/results/e8c00cf5ec1e3829cd9013710bb1961d9c226c34 xlib_libXft hasn't provided an xft-config script since 2010. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
1a1009931f
commit
0b7a34d43f
@ -11,12 +11,4 @@ XLIB_LIBXFT_AUTORECONF = YES
|
|||||||
XLIB_LIBXFT_INSTALL_STAGING = YES
|
XLIB_LIBXFT_INSTALL_STAGING = YES
|
||||||
XLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xproto_xproto
|
XLIB_LIBXFT_DEPENDENCIES = fontconfig freetype xlib_libX11 xlib_libXext xlib_libXrender xproto_xproto
|
||||||
|
|
||||||
define XLIB_LIBXFT_STAGING_XLIB_LIBXFT_CONFIG_FIXUP
|
|
||||||
$(SED) "s,^prefix=.*,prefix=\'$(STAGING_DIR)/usr\',g" \
|
|
||||||
-e "s,^exec_prefix=.*,exec_prefix=\'$(STAGING_DIR)/usr\',g" \
|
|
||||||
$(STAGING_DIR)/usr/bin/xft-config
|
|
||||||
endef
|
|
||||||
|
|
||||||
XLIB_LIBXFT_POST_INSTALL_STAGING_HOOKS += XLIB_LIBXFT_STAGING_XLIB_LIBXFT_CONFIG_FIXUP
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user