mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 10:16:11 -04:00
17 lines
317 B
Makefile
17 lines
317 B
Makefile
# $NetBSD: Makefile.defines,v 1.1 2014/03/17 08:01:18 mrg Exp $
|
|
|
|
# common defiles for libdrm components
|
|
|
|
CPPFLAGS+= -DHAVE_INTTYPES_H \
|
|
-DHAVE_RADEON \
|
|
-DHAVE_SETENV \
|
|
-DHAVE_STDINT_H \
|
|
-DHAVE_STRINGS_H \
|
|
-DHAVE_STRING_H \
|
|
-DHAVE_SYS_STAT_H \
|
|
-DHAVE_SYS_TYPES_H \
|
|
-DHAVE_UNISTD_H
|
|
|
|
# -DHAVE_NOUVEAU
|
|
|