You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

511_tigervnc11-gethomedir.patch 716B

12345678910111213141516171819
  1. --- a/unix/xserver/hw/vnc/Makefile.am 2012-08-22 15:52:01.876216608 +0200
  2. +++ b/unix/xserver/hw/vnc/Makefile.am 2012-08-22 15:52:45.973143684 +0200
  3. @@ -5,6 +5,7 @@ RFB_LIB=$(LIB_DIR)/rfb/librfb.la
  4. RDR_LIB=$(LIB_DIR)/rdr/librdr.la
  5. NETWORK_LIB=$(LIB_DIR)/network/libnetwork.la
  6. XREGION_LIB=$(LIB_DIR)/Xregion/libXregion.la
  7. +OS_LIB=$(LIB_DIR)/os/libos.la
  8. COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
  9. noinst_LTLIBRARIES = libvnccommon.la
  10. @@ -55,7 +56,7 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I
  11. libvnc_la_LDFLAGS = -module -avoid-version -Wl,-z,now
  12. -libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS)
  13. +libvnc_la_LIBADD = libvnccommon.la $(COMMON_LIBS) $(OS_LIB)
  14. EXTRA_DIST = Xvnc.man