diff options
author | Matt Turner <[email protected]> | 2012-01-15 21:30:26 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-23 15:18:12 -0500 |
commit | 06ad64ad29e7aa9e2d001f6bd1f8c1c1f77050b8 (patch) | |
tree | 79168db2df9ca28b9d099cba983d7b45d2e7bf43 /src/gbm/backends/dri | |
parent | 36473395f1e7574fc22fd4f5210ad6a8def76d91 (diff) |
automake: src/gbm
libgbm.so.1.0.0 (instead of libgbm.so.1.0) is installed now
along with libgbm.so.1 (no change).
Diffstat (limited to 'src/gbm/backends/dri')
-rw-r--r-- | src/gbm/backends/dri/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/gbm/backends/dri/Makefile b/src/gbm/backends/dri/Makefile deleted file mode 100644 index 78fb3291227..00000000000 --- a/src/gbm/backends/dri/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# src/gbm/backends/dri/Makefile - -TOP = ../../../.. -include $(TOP)/configs/current - -GBM_BACKEND = gbm_dri -GBM_SOURCES = gbm_dri.c driver_name.c - -GBM_INCLUDES = \ - -I$(TOP)/include \ - -I$(TOP)/src/gbm/main \ - -GBM_LIBS = $(LIBUDEV_LIBS) $(LIBDRM_LIB) -L$(TOP)/lib -lglapi - -GBM_CFLAGS = \ - -DDEFAULT_DRIVER_DIR=\"$(DRI_DRIVER_SEARCH_DIR)\" \ - $(LIBUDEV_CFLAGS) \ - $(LIBDRM_CFLAGS) - -GBM_BUILTIN=true - -include ../Makefile.template |