diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-09 16:52:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-09 16:52:08 -0600 |
commit | cbad8f3b74c7eae27da2e4fac11b736a879e2f47 (patch) | |
tree | 45553631e0f66ec33fa7aa4ddd2a610fc86d7396 /ubuntu/precise | |
parent | 04e0ce7bb9c8e5be9a13569a21255fb321fb184e (diff) | |
download | tde-packaging-cbad8f3b74c7eae27da2e4fac11b736a879e2f47.tar.gz tde-packaging-cbad8f3b74c7eae27da2e4fac11b736a879e2f47.zip |
Re-enable glib main loop support on Debian and Ubuntu due to recent fix in Qt3/TQt3
Diffstat (limited to 'ubuntu/precise')
-rwxr-xr-x | ubuntu/precise/dependencies/qt3/debian/rules | 1 | ||||
-rwxr-xr-x | ubuntu/precise/dependencies/tqt3/debian/rules | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/precise/dependencies/qt3/debian/rules b/ubuntu/precise/dependencies/qt3/debian/rules index 09b237823..b678d312d 100755 --- a/ubuntu/precise/dependencies/qt3/debian/rules +++ b/ubuntu/precise/dependencies/qt3/debian/rules @@ -96,6 +96,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc diff --git a/ubuntu/precise/dependencies/tqt3/debian/rules b/ubuntu/precise/dependencies/tqt3/debian/rules index 39a2ee31c..3f8e98c3a 100755 --- a/ubuntu/precise/dependencies/tqt3/debian/rules +++ b/ubuntu/precise/dependencies/tqt3/debian/rules @@ -100,6 +100,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc |