summaryrefslogtreecommitdiff
path: root/src/egl/drivers/glx/Makefile
blob: 634638f5387a11cdea55f2a0443a186325c5da5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# src/egl/drivers/glx/Makefile

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

EGL_DRIVER = egl_glx.so
EGL_SOURCES = egl_glx.c

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

EGL_CFLAGS =
EGL_LIBS = -lX11 -lGL

include ../Makefile.template