Edit

IABSD.fr/xenocara/lib/libdrm/mk/Makefile.inc

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2022-06-06 12:18:02
    Hash : c65268ff
    Message : Merge libdrm 2.4.111

  • lib/libdrm/mk/Makefile.inc
  • #	$OpenBSD: Makefile.inc,v 1.4 2022/06/06 12:18:02 jsg Exp $
    
    # bsd.lib.mk and bsd.xorg.mk both include Makefile.inc
    .if !defined(DRM_MK_INC)
    
    DRM_SRC?=	${.CURDIR}/../..
    
    CPPFLAGS+=	-I${DRM_SRC} \
    		-I${DRM_SRC}/include/drm \
    		-I${DRM_SRC}/generated
    
    .include "config.mk"
    
    .endif
    DRM_MK_INC=Done