~x2go/x2go/x2gokdrive_master

« back to all changes in this revision

Viewing changes to patches.xorg/21.1.4/xorg-server-hw-kdrive-Makefile-am.patch

  • Committer: Mihai Moldovan
  • Date: 2022-10-03 14:46:29 UTC
  • Revision ID: git-v1:1fae84633d30f2f85a98a12c4e226c64f290fe78
patches.xorg/: add 21.1.4 subdirectory for Ubuntu Kinetic (22.10) with rebased patch set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/hw/kdrive/Makefile.am     2022-07-12 15:27:57.000000000 +0200
 
2
+++ b/hw/kdrive/Makefile.am     2022-10-03 16:45:32.033221889 +0200
 
3
@@ -1,15 +1,20 @@
 
4
+if X2GOKDRIVE
 
5
+X2GOKDRIVE_SUBDIRS = x2gokdrive
 
6
+endif
 
7
+
 
8
 if XEPHYR
 
9
 XEPHYR_SUBDIRS = ephyr
 
10
 endif
 
11
 
 
12
 SERVER_SUBDIRS =               \
 
13
-       $(XEPHYR_SUBDIRS)
 
14
+       $(XEPHYR_SUBDIRS)       \
 
15
+       $(X2GOKDRIVE_SUBDIRS)
 
16
 
 
17
 SUBDIRS =                      \
 
18
        src                     \
 
19
        $(SERVER_SUBDIRS)
 
20
 
 
21
-DIST_SUBDIRS = ephyr src
 
22
+DIST_SUBDIRS = ephyr x2gokdrive src
 
23
 
 
24
 relink:
 
25
        $(AM_V_at)for i in $(SERVER_SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done