open-src/xserver/xorg/xtsol.patch
changeset 378 37921779d3c0
parent 235 06772554f851
child 606 068c11b419c9
equal deleted inserted replaced
377:0fcdf85b951a 378:37921779d3c0
   823 +    else
   823 +    else
   824 +#endif /* TSOL */
   824 +#endif /* TSOL */
   825      auth_id = CheckAuthorization (proto_n, auth_proto,
   825      auth_id = CheckAuthorization (proto_n, auth_proto,
   826  				  string_n, auth_string, client, &reason);
   826  				  string_n, auth_string, client, &reason);
   827  
   827  
       
   828 --- hw/dmx/Makefile.am.orig	2008-01-13 23:05:52.858949249 -0700
       
   829 +++ hw/dmx/Makefile.am	2008-01-13 23:07:17.138575807 -0700
       
   830 @@ -85,6 +85,10 @@
       
   831               $(top_builddir)/IA/libIA.la \
       
   832               @DMXMODULES_LIBS@
       
   833  
       
   834 +if BUILD_TSOL_MODULE
       
   835 +Xdmx_LDADD += $(top_builddir)/tsol/libxtsol.la
       
   836 +endif
       
   837 +
       
   838  Xdmx_CFLAGS = \
       
   839                -DHAVE_DMX_CONFIG_H \
       
   840                $(DIX_CFLAGS) \