Edit

IABSD.fr/xenocara/lib/xcb-util/image/Makefile

Branch :

  • Show log

    Commit

  • Author : matthieu
    Date : 2009-05-31 18:01:28
    Hash : ced3b527
    Message : Don't use != to call pkg-config in Makefiles. It's slow and generates tons of warnings if stuff isn't installed yet.

  • lib/xcb-util/image/Makefile
  • #	$OpenBSD: Makefile,v 1.2 2009/05/31 18:01:28 matthieu Exp $
    
    SUBLIB=		image
    
    SRCS=		xcb_image.c
    
    HEADERS=	xcb_image.h xcb_pixel.h
    
    LDADD=		`pkg-config --libs xcb xcb-shm xcb-aux`
    
    .include <bsd.lib.mk>
    .include <bsd.xorg.mk>