blob: a3221d1583928901d0ab01c67e1327c6701ed0a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/wingpanel/meson.build 2020-03-14 00:07:59.858551777 +0900
+++ src/wingpanel/meson.build 2020-03-14 00:09:42.086551692 +0900
@@ -44,8 +44,5 @@
endif
subdir('po')
vapigen = find_program('vapigen', required: false)
-if vapigen.found()
- subdir('vapi')
-endif
meson.add_install_script('meson/post_install.py')
|