Commit 3a581f16 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

{render,randr}/Imakefile: remove hw/kdrive from include path

we don't have that...
parent 59f1d373
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
$(NULL) $(NULL)
INCLUDES = -I../include -I../mi \ INCLUDES = -I../include -I../mi \
-I../fb -I../hw/kdrive -I$(EXTINCSRC) -I$(XINCLUDESRC) \ -I../fb -I$(EXTINCSRC) -I$(XINCLUDESRC) \
-I../render \ -I../render \
`pkg-config --cflags-only-I pixman-1` `pkg-config --cflags-only-I pixman-1`
......
...@@ -44,7 +44,7 @@ NXAGENT_SKIP_OBJS = \ ...@@ -44,7 +44,7 @@ NXAGENT_SKIP_OBJS = \
$(NULL) $(NULL)
INCLUDES = -I. -I../include -I../mi \ INCLUDES = -I. -I../include -I../mi \
-I../fb -I../hw/kdrive -I$(EXTINCSRC) -I$(XINCLUDESRC) \ -I../fb -I$(EXTINCSRC) -I$(XINCLUDESRC) \
-I../Xext \ -I../Xext \
`pkg-config --cflags-only-I pixman-1` `pkg-config --cflags-only-I pixman-1`
LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln LINTLIBS = ../dix/llib-ldix.ln ../os/llib-los.ln
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment