summarylogtreecommitdiffstats
path: root/minus-galaplugin.patch
blob: d7123a2b4e81223a6bd38ec62ba82e8ab1238b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- src/wingpanel/CMakeLists.txt	2017-10-13 03:25:28.007664080 +0900
+++ src/wingpanel/CMakeLists.txt	2017-10-13 03:27:00.135900068 +0900
@@ -121,8 +121,6 @@
 set (DEPS_LIBRARIES ${DEPS_LIBRARIES} ${LIB_NAME})
 add_subdirectory (src)
 
-add_subdirectory (wingpanel-interface)
-
 if (BUILD_SAMPLE)
   add_subdirectory (sample)
 endif ()
--- src/wingpanel/meson.build	2018-12-02 05:28:40.983643676 +0900
+++ src/wingpanel/meson.build.new	2018-12-02 05:29:34.203643745 +0900
@@ -38,7 +38,6 @@
 subdir('lib')
 subdir('schemas')
 subdir('src')
-subdir('wingpanel-interface')
 if get_option('example')
     subdir('sample')
 endif