forked from 12to11/12to11
Update drm references to use correct path (libdrm, not drm).
This commit is contained in:
parent
f5299ad7ae
commit
0fe255c3ce
2 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@
|
|||
XCBLIB = -lX11-xcb
|
||||
PIXMAN = -lpixman-1
|
||||
DRM = -ldrm
|
||||
DRMFOURCCH = $(INCROOT)/drm/drm_fourcc.h
|
||||
DRMINCLUDES = -I$(INCROOT)/drm
|
||||
DRMFOURCCH = $(INCROOT)/libdrm/drm_fourcc.h
|
||||
DRMINCLUDES = -I$(INCROOT)/libdrm
|
||||
PIXMANINCLUDES = -I$(INCROOT)/pixman-1
|
||||
XPRESENTLIB = -lXpresent
|
||||
WAYLAND_SCANNER = wayland-scanner
|
||||
|
|
|
@ -19,7 +19,7 @@ along with 12to11. If not, see <https://www.gnu.org/licenses/>. */
|
|||
|
||||
#include <xf86drm.h>
|
||||
#include <gbm.h>
|
||||
#include <drm/drm_fourcc.h>
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <sys/fcntl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue