wok diff freerdp/receipt @ rev 13313

freerdp: enable pcsc support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 29 13:14:15 2012 +0200 (2012-08-29)
parents 637807f31936
children 81358b736388
line diff
     1.1 --- a/freerdp/receipt	Wed Aug 29 12:21:56 2012 +0200
     1.2 +++ b/freerdp/receipt	Wed Aug 29 13:14:15 2012 +0200
     1.3 @@ -9,16 +9,16 @@
     1.4  WEB_SITE="http://www.freerdp.com/"
     1.5  WGET_URL="https://github.com/downloads/FreeRDP/FreeRDP/$TARBALL"
     1.6  DEPENDS="zlib libkrb5 libssl libcomerr cups alsa-lib libxcb xorg-libXcursor \
     1.7 -ffmpeg xorg-libXv"
     1.8 +ffmpeg xorg-libXv pcsc-lite"
     1.9  BUILD_DEPENDS="zlib-dev openssl-dev cups-dev alsa-lib-dev libxcb-dev xorg-dev \
    1.10 -xorg-dev-proto wget cmake ffmpeg-dev xorg-libXv-dev"
    1.11 +xorg-dev-proto wget cmake ffmpeg-dev xorg-libXv-dev pcsc-lite-dev"
    1.12  TAGS="rdp remote-desktop"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17  	cd $src
    1.18 -	cmake -DWITH_PCSC=OFF -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.19 +	cmake -DWITH_PCSC=ON -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.20  	make &&
    1.21  	make DESTDIR=$DESTDIR install
    1.22  }