File: 0002-wobbly-add-glesv2-as-dependency-for-wobbly.c-2802.patch

package info (click to toggle)
wayfire 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: cpp: 52,464; xml: 2,987; ansic: 699; makefile: 161
file content (23 lines) | stat: -rw-r--r-- 781 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 96ecbdcf6dd514578eb3ed79558e18ec83bc57a1 Mon Sep 17 00:00:00 2001
From: Ilia Bozhinov <ammen99@gmail.com>
Date: Sun, 31 Aug 2025 18:16:36 +0200
Subject: [PATCH 2/2] wobbly: add glesv2 as dependency for wobbly.c (#2802)

Fixes #2800
---
 plugins/wobbly/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/wobbly/meson.build b/plugins/wobbly/meson.build
index 4d3f5ef2..40b6dcc2 100644
--- a/plugins/wobbly/meson.build
+++ b/plugins/wobbly/meson.build
@@ -1,4 +1,4 @@
-wobbly_c_model = static_library('wobbly-c-model', ['wobbly.c'], install: false)
+wobbly_c_model = static_library('wobbly-c-model', ['wobbly.c'], dependencies: [glesv2], install: false)
 
 wobbly = shared_module('wobbly',
                        ['wobbly.cpp'],
-- 
2.43.0