|
|
|
@ -12,9 +12,7 @@
|
|
|
|
|
# GNU General Public License can be found in the file COPYING. |
|
|
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
|
# if qt3 is available we use it as default |
|
|
|
|
if pkginstalled qt3 ; then |
|
|
|
|
var_append confopt " " "--with-frontend=qt" |
|
|
|
|
else |
|
|
|
|
pkginstalled gtk+ && var_append confopt " " "--with-frontend=gtk" |
|
|
|
|
# if qt4 is available we use it as default |
|
|
|
|
if pkginstalled qt4 ; then |
|
|
|
|
var_append confopt " " "--with-frontend=qt4" |
|
|
|
|
fi |
|
|
|
|