summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitreview5
-rw-r--r--CMakeLists.txt2
2 files changed, 5 insertions, 2 deletions
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..dd78b86
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.automotivelinux.org
+port=29418
+project=staging/libwindowmanager
+defaultbranch=master
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8397e92..322e574 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,8 +26,6 @@ set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE
find_package(PkgConfig REQUIRED)
include(GNUInstallDirs)
-pkg_check_modules(WLC wayland-client>=1.11.0 REQUIRED)
-
# Should modernize the following somehow...
set(ENABLE_SCOPE_TRACING OFF CACHE BOOL "Enable scope enter/leave messages for certain parts of the code.")
if(ENABLE_SCOPE_TRACING)