[Frugalware-git] boost149: launchy-2.5-3-x86_64
Elentir
elentir at frugalware.org
Sat Apr 28 11:27:00 CEST 2012
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=boost149.git;a=commitdiff;h=101e234a84ba89f92895ed3b7fe6f3205b602dfb
commit 101e234a84ba89f92895ed3b7fe6f3205b602dfb
Author: Elentir <elentir at frugalware.org>
Date: Sat Apr 28 11:26:15 2012 +0200
launchy-2.5-3-x86_64
* fix build
diff --git a/source/xapps-extra/launchy/FrugalBuild b/source/xapps-extra/launchy/FrugalBuild
index 0434d98..19f2916 100644
--- a/source/xapps-extra/launchy/FrugalBuild
+++ b/source/xapps-extra/launchy/FrugalBuild
@@ -15,7 +15,9 @@ sha1sums=('7a6317168fe7aa219c138fbbc0f84539be9bce9e')
build()
{
Fcd
- qmake -r Launchy.pro
+ ## fix linking with lib X11
+ echo "LIBS += -lX11" >> src/src.pro
+ qmake -r Launchy.pro || Fdie
Fmake
Fmakeinstall INSTALL_ROOT=$Fdestdir
}
More information about the Frugalware-git
mailing list