Edit

IABSD.fr/xenocara/proto/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2009-05-22 17:58:45
    Hash : 0f92e390
    Message : Add support for building xcb (disabled for now).

  • proto/Makefile
  • # $OpenBSD: Makefile,v 1.8 2009/05/22 17:58:45 matthieu Exp $
    
    .include <bsd.xconf.mk>
    
    SUBDIR= bigreqsproto compositeproto dmxproto damageproto evieproto \
    	fixesproto fontcacheproto fontsproto glproto inputproto \
    	kbproto pmproto xineramaproto printproto randrproto \
    	recordproto renderproto resourceproto scrnsaverproto \
    	trapproto videoproto x11proto xcmiscproto xextproto \
    	xf86bigfontproto xf86dgaproto xf86miscproto \
    	xf86vidmodeproto 
    
    .if ${XENOCARA_BUILD_DRI:L} == "yes"
    SUBDIR+= xf86driproto dri2proto
    .endif
    
    .if ${XENOCARA_BUILD_XCB:L} == "yes"
    SUBDIR+= xcb-proto
    .endif
    
    .include <bsd.subdir.mk>
    
    build: _SUBDIRUSE