summaryrefslogtreecommitdiff
path: root/net-libs/signon-oauth2/files/signon-oauth2-0.24-disable-examples.patch
blob: dd730e44977317a67a3fa5276238d9ac0df32624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Diane Trout <diane@ghic.org>
Description: Don't install the examples as they end up conflicting with
 other packages.
--- a/signon-oauth2.pro
+++ b/signon-oauth2.pro
@@ -3,7 +3,7 @@
 
 TEMPLATE  = subdirs
 CONFIG   += ordered
-SUBDIRS   = src tests example
+SUBDIRS   = src tests
 
 include( common-installs-config.pri )