diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2019-10-28 21:34:11 -0400 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2019-10-29 05:50:28 -0400 |
commit | f8dd8877ad82aa55e818a25275a00bf689c7ff46 (patch) | |
tree | 387592b89d45edbca2e15fbe4e89740e610dbd41 /contrib/packages/deb/ubuntu-bionic/debian/xorg-source-patches/516_tigervnc-xorg-manpages.patch | |
parent | eea96c4e40cfa7a03a463c11b773331af5e17eb3 (diff) | |
download | tigervnc-f8dd8877ad82aa55e818a25275a00bf689c7ff46.tar.gz tigervnc-f8dd8877ad82aa55e818a25275a00bf689c7ff46.zip |
Add build scripts for ubunto 18.04 (bionic)
Diffstat (limited to 'contrib/packages/deb/ubuntu-bionic/debian/xorg-source-patches/516_tigervnc-xorg-manpages.patch')
-rw-r--r-- | contrib/packages/deb/ubuntu-bionic/debian/xorg-source-patches/516_tigervnc-xorg-manpages.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/packages/deb/ubuntu-bionic/debian/xorg-source-patches/516_tigervnc-xorg-manpages.patch b/contrib/packages/deb/ubuntu-bionic/debian/xorg-source-patches/516_tigervnc-xorg-manpages.patch new file mode 100644 index 00000000..4575f6a9 --- /dev/null +++ b/contrib/packages/deb/ubuntu-bionic/debian/xorg-source-patches/516_tigervnc-xorg-manpages.patch @@ -0,0 +1,10 @@ +--- a/unix/xserver/man/Makefile.am 2013-03-30 17:51:01.707258746 -0400 ++++ b/unix/xserver/man/Makefile.am 2013-03-30 17:51:47.606569692 -0400 +@@ -2,5 +2,7 @@ + # (i.e. those handled in the os/utils.c options processing instead of in + # the DDX-level options processing) + ++if ENABLE_DOCS + include $(top_srcdir)/manpages.am + appman_PRE = Xserver.man ++endif ENABLE_DOCS |