From 8ee7334780202ed777895a56c7516a11d37ec6a4 Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 08 May 2003 16:50:40 +0000 Subject: Buildsystem glue and config item for minimal qws server --- diff --git a/config.in b/config.in index 7736ef2..d30f70b 100644 --- a/config.in +++ b/config.in @@ -40,7 +40,12 @@ config OPTIMIZE config DEBUG boolean "Enable debug builds" - default "n" + default n + + config RELEASE + bool + default y + depends ! DEBUG config SPECFILE string @@ -86,6 +91,7 @@ menu "Base" source core/opie-login/config.in source core/opiealarm/config.in source core/launcher/config.in + source core/qws/config.in endmenu comment "" diff --git a/packages b/packages index 0f7ab39..c1ac3f4 100644 --- a/packages +++ b/packages @@ -118,6 +118,7 @@ CONFIG_QASTEROIDS noncore/games/qasteroids qasteroids.pro CONFIG_QCOP core/apps/qcop qcop.pro CONFIG_QPDF noncore/graphics/qpdf qpdf.pro CONFIG_QUICKEXEC quickexec quickexec.pro +CONFIG_QWS core/qws qws.pro CONFIG_REMOTE noncore/tools/remote remote.pro CONFIG_RESTARTAPPLET core/applets/restartapplet restartapplet.pro CONFIG_RESTARTAPPLET2 core/applets/restartapplet2 restartapplet2.pro -- cgit v0.9.0.2