|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../avahi/avahi.conf |
|
|
|
|
# Copyright (C) 2009 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -12,10 +13,4 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
qt_ver=$( pkgprefix ver qt3 ) |
|
|
|
|
if [[ $qt_ver = 4* ]]; then |
|
|
|
|
var_append confopt ' ' "--disable-qt3" |
|
|
|
|
else |
|
|
|
|
var_append confopt ' ' "--disable-qt4" |
|
|
|
|
fi |
|
|
|
|
var_append confopt ' ' "--disable-qt3" |
|
|
|
|