mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-12 13:29:55 -05:00
Drop libdrm CFLAGS where no longer necessary.
This commit is contained in:
parent
0ac16f056d
commit
8012f32978
3 changed files with 2 additions and 7 deletions
|
|
@ -28,8 +28,6 @@ $(libs) : LDLIBS += @FFI_LIBS@
|
|||
$(libs) :
|
||||
gcc -shared $^ $(LDLIBS) -o $@
|
||||
|
||||
$(compositors) $(clients) : CFLAGS += @LIBDRM_CFLAGS@
|
||||
|
||||
wayland-system-compositor : \
|
||||
wayland-system-compositor.o \
|
||||
evdev.o \
|
||||
|
|
|
|||
|
|
@ -3,10 +3,9 @@ AC_PROG_CC
|
|||
|
||||
PKG_PROG_PKG_CONFIG()
|
||||
PKG_CHECK_MODULES(FFI, [libffi])
|
||||
PKG_CHECK_MODULES(LIBDRM, [libdrm])
|
||||
|
||||
PKG_CHECK_MODULES(EGL_COMPOSITOR, [eagle libpng cairo gdk-pixbuf-2.0 libudev])
|
||||
PKG_CHECK_MODULES(GL_COMPOSITOR, [gl x11])
|
||||
PKG_CHECK_MODULES(EGL_COMPOSITOR,
|
||||
[eagle libpng cairo gdk-pixbuf-2.0 libudev libdrm])
|
||||
PKG_CHECK_MODULES(CLIENT, [eagle cairo glib-2.0 libudev])
|
||||
|
||||
if test $CC = gcc; then
|
||||
|
|
|
|||
2
flower.c
2
flower.c
|
|
@ -24,8 +24,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <i915_drm.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <time.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue