File: lcl-with-multple-widget-sets.diff

package info (click to toggle)
lazarus 4.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276,332 kB
  • sloc: pascal: 2,343,449; xml: 508,730; makefile: 353,083; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (18 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (4)
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