diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/lenny/tdelibs/debian/rules | 3 | ||||
-rwxr-xr-x | debian/squeeze/tdelibs/debian/rules | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/lenny/tdelibs/debian/rules b/debian/lenny/tdelibs/debian/rules index beb3cf1da..411bd20e2 100755 --- a/debian/lenny/tdelibs/debian/rules +++ b/debian/lenny/tdelibs/debian/rules @@ -51,6 +51,9 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_XRANDR="ON" \ -DWITH_XCOMPOSITE="ON" \ -DWITH_MITSHM="ON" \ + -DWITH_PCSC="ON" \ + -DWITH_PKCS="ON" \ + -DWITH_CRYPTSETUP="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to diff --git a/debian/squeeze/tdelibs/debian/rules b/debian/squeeze/tdelibs/debian/rules index 40dbea04e..7cdbfc21c 100755 --- a/debian/squeeze/tdelibs/debian/rules +++ b/debian/squeeze/tdelibs/debian/rules @@ -51,6 +51,9 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_XRANDR="ON" \ -DWITH_XCOMPOSITE="ON" \ -DWITH_MITSHM="ON" \ + -DWITH_PCSC="ON" \ + -DWITH_PKCS="ON" \ + -DWITH_CRYPTSETUP="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to |