wok diff xorg-libX11/receipt @ rev 20173

linux: enable CPU microcode loading support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 23 23:11:42 2018 +0100 (2018-01-23)
parents 5ddb4d29b420
children 814c58f64f83
line diff
     1.1 --- a/xorg-libX11/receipt	Sun Jun 02 09:36:07 2013 +0000
     1.2 +++ b/xorg-libX11/receipt	Tue Jan 23 23:11:42 2018 +0100
     1.3 @@ -10,10 +10,11 @@
     1.4  SOURCE="libX11"
     1.5  TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.6  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9 -DEPENDS="libxcb"
    1.10 +DEPENDS="libxcb xorg-libXau xorg-libXdmcp"
    1.11  BUILD_DEPENDS="xorg-xtrans libxcb-dev xorg-kbproto xorg-xf86bigfontproto \
    1.12 -xorg-inputproto xorg-xextproto"
    1.13 +xorg-inputproto xorg-xextproto xorg-libXau-dev xorg-libXdmcp-dev"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()