extensions/weston: just assume 'weston' source tree is in the include path
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Fri, 18 Jan 2013 17:44:52 +0000 (09:44 -0800)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Fri, 18 Jan 2013 17:44:52 +0000 (09:44 -0800)
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
src/extensions/weston/.gitignore
src/extensions/weston/weston-wfits.c

index f3e1def..a6bd975 100644 (file)
@@ -1,5 +1,4 @@
 wayland-fits-client-protocol.h
 wayland-fits-protocol.c
 wayland-fits-server-protocol.h
-weston-source/
 
index de8084d..56e7d66 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <wayland-server.h>
-#include "weston-source/src/compositor.h"
+#include <weston/src/compositor.h>
 #include "wayland-fits-server-protocol.h"
 
 struct wfits {