Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37904867
en ru br
ALT Linux repos
S:2.2.6-alt2
5.0: 0.9.24-alt3.4
4.1: 0.9.24-alt3
4.0: 0.9.24-alt0.M40.2.3.1
+backports:0.9.24-alt2.3

Group :: Development/Other
RPM: lazarus

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lazarus-lcl-with-multple-widget-sets.patch
Download


This patch enable building all linux supported LCL widget sets.
diff --git a/lcl/Makefile.fpc b/lcl/Makefile.fpc
index ecd40c3..dd35600 100644
--- a/lcl/Makefile.fpc
+++ b/lcl/Makefile.fpc
@@ -152,6 +152,7 @@ cleanintf:
 	$(MAKE) -C interfaces clean
 
 all: lclbase compiled intf
+	for WS in gtk2 nogui qt ; do ${MAKE} intf LCL_PLATFORM=$${WS} ; done
 
 cleanlaz: cleanall
 cleanall: clean
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin