diff options
author | Guido Günther <agx@sigxcpu.org> | 2010-09-29 17:42:03 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-09-29 17:42:03 +0200 |
commit | c52328c6c242527b3db4c21ca5393fad5a6d8dd2 (patch) | |
tree | 6d75baf8312fb71c6d6d0ee383e82cd3e31beb1c /debian | |
parent | Drop AFS plugin patches - fixed upstream (diff) | |
download | krb5-auth-dialog-c52328c6c242527b3db4c21ca5393fad5a6d8dd2.tar.gz krb5-auth-dialog-c52328c6c242527b3db4c21ca5393fad5a6d8dd2.tar.bz2 krb5-auth-dialog-c52328c6c242527b3db4c21ca5393fad5a6d8dd2.zip |
Build for GTK+ 2.0
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 97773a7..ba4c43f 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,8 @@ DEB_BUILDDIR := build DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr \ --enable-network-manager \ --with-libnotify \ - --with-pam + --with-pam \ + --with-gtk=2.0 binary-install/krb5-auth-dialog:: rm debian//krb5-auth-dialog/usr/lib/krb5-auth-dialog/plugins/libka-plugin-*.*a |