Edit

IABSD.fr/xenocara/lib/libdrm/generated/Makefile

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2021-07-05 11:14:00
    Hash : e693ff30
    Message : add a file to avoid build time python dep

  • lib/libdrm/generated/Makefile
  • .include <bsd.xconf.mk>
    
    PYTHON=		python3
    DRM_SRC=	..
    
    all:
    	${PYTHON} ${DRM_SRC}/gen_table_fourcc.py \
    	    ${DRM_SRC}/include/drm/drm_fourcc.h \
    	    generated_static_table_fourcc.h
    
    clean:
    	rm -f generated_static_table_fourcc.h