summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/glx/Makefile
blob: 1625e031bd95a050e56e0830fa6a9a61cfd7a157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# src/egl/drivers/glx/Makefile

TOP = ../../../..
include $(TOP)/configs/current

EGL_DRIVER = egl_glx
EGL_SOURCES = egl_glx.c

EGL_INCLUDES = \
	-I$(TOP)/include \
	-I$(TOP)/src/egl/main

EGL_CFLAGS = $(X11_CFLAGS)
EGL_LIBS = $(X11_LIBS) $(DLOPEN_LIBS)

EGL_BUILTIN = true

include ../Makefile.template