File: client.patch

package info (click to toggle)
pokerth 1.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,944 kB
  • sloc: ansic: 83,615; cpp: 64,152; java: 3,135; xml: 596; sh: 221; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: unconditionally build the client too
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2018-10-02
--- pokerth-1.1.2.orig/pokerth.pro
+++ pokerth-1.1.2/pokerth.pro
@@ -5,9 +5,7 @@ SUBDIRS = pokerth_protocol.pro pokerth_d
 official_server {
     SUBDIRS += pokerth_dbofficial.pro
 }
-client: {
-    SUBDIRS += pokerth_game.pro
-}
+SUBDIRS += pokerth_game.pro
 !mac:!gui_800x480:!client:!qml-client {
     SUBDIRS += pokerth_server.pro chatcleaner.pro
 }