Commit d65e6274 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

xlib_libfontenc: enable compilation on the host



xlib_libfontenc is required to build xapp_mkfontscale on the host,
which in turn is needed to build font encodings for the target.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d61ed6f3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -12,4 +12,7 @@ XLIB_LIBFONTENC_INSTALL_STAGING = YES
XLIB_LIBFONTENC_DEPENDENCIES = zlib xproto_xproto
XLIB_LIBFONTENC_CONF_OPT = --enable-shared --disable-static

HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xproto_xproto

$(eval $(call AUTOTARGETS,package/x11r7,xlib_libfontenc))
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libfontenc,host))