- Added --disable-gui flag to configure file (adds DISABLE_GUI define)

This commit is contained in:
Christophe Dumez
2009-12-15 10:36:18 +00:00
parent 07ee2a4aff
commit 0b7ca15c4f
4 changed files with 33 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ public:
QString name() const { return "libnotify >= 0.4.2 (optional)"; }
QString shortname() const { return "libnotify"; }
bool exec(){
if(!conf->getenv("QC_DISABLE_GUI").isEmpty()) {
printf("\nNot Required");
return true;
}
QStringList incs;
QString req_ver = "0.4.2";
QString version, libs, other;