summaryrefslogtreecommitdiff
path: root/x11-misc/tint2/files/0.12.12-fix-compilation-without-svg.patch
blob: c6da687baca885a5378a53f2ab439bed31f24ac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From 2c42a787257e0801b8454fd8960d6794831cedea Mon Sep 17 00:00:00 2001
From: o9000 <mrovi9000@gmail.com>
Date: Sat, 8 Oct 2016 15:02:28 +0200
Subject: Fix compilation with ENABLE_RSVG=OFF (fixes issue #602)


diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c
index 0b4172f..0052e90 100644
--- a/src/launcher/launcher.c
+++ b/src/launcher/launcher.c
@@ -30,7 +30,6 @@
 #include <glib/gi18n.h>
 #include <glib.h>
 #include <glib/gstdio.h>
-#include <gdk-pixbuf/gdk-pixbuf.h>
 #include <sys/types.h>
 
 #include "window.h"