void-packages/srcpkgs/mumble/patches/link-overlay-against-libGL.patch
Helmut Pozimski 2474f13f5a mumble: fix OpenGL overlay and TTS (#5739)
Add patches to link the OpenGl overlay against LibGL to fix its
functionality and properly include the speech-dispatcher headers
so mumble can be built with text-to-speech functionality enabled.
Also install the mumble-overlay script to make it easier to actually
use the overlay.
2017-02-15 12:30:37 +01:00

11 lines
378 B
Diff

--- overlay_gl/overlay_gl.pro 2017-01-29 23:44:01.966483578 +0100
+++ overlay_gl/overlay_gl.pro 2017-01-29 23:44:24.487186063 +0100
@@ -7,7 +7,7 @@
TARGET = mumble$(TARGET_ADD)
VERSION = 1.2.19
SOURCES = overlay.c
-LIBS *= -lrt -ldl
+LIBS *= -lGL -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)
QMAKE_LFLAGS -= -Wl,--no-undefined
QMAKE_LFLAGS *= $(LFLAGS_ADD)