1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: Enable building all linux supported LCL widget sets
This patch enable building all linux supported LCL widget sets.
Forwarded: Not-Needed
Origin: Debian
Last-Update: 2017-05-22
Index: lazarus/lcl/Makefile.fpc
===================================================================
--- lazarus.orig/lcl/Makefile.fpc
+++ lazarus/lcl/Makefile.fpc
@@ -156,6 +156,7 @@ cleanintf:
$(MAKE) -C interfaces clean
all: lclbase compiled intf
+ for WS in gtk2 nogui qt5 ; do ${MAKE} intf LCL_PLATFORM=$${WS} ; done
cleanlaz: cleanall
cleanall: clean
|