aboutsummaryrefslogtreecommitdiff
path: root/i3-nagbar
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2016-09-24 09:48:32 -0700
committerGitHub <noreply@github.com>2016-09-24 09:48:32 -0700
commit9bf346c7a00f0783e3754d45dda331ff91ec9a64 (patch)
tree7b14af4b2c1241de8d25f6cf96a15eac6d294d55 /i3-nagbar
parent14f49aa6d36d70e15c03052d47ccbcb096e4dbca (diff)
downloadi3-9bf346c7a00f0783e3754d45dda331ff91ec9a64.tar.gz
i3-9bf346c7a00f0783e3754d45dda331ff91ec9a64.zip
Remove compatibility definitions for xcb-util < 0.3.8 (#2473)
Even Debian oldstable has xcb-util 0.3.8.
Diffstat (limited to 'i3-nagbar')
-rw-r--r--i3-nagbar/i3-nagbar.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3-nagbar/i3-nagbar.mk b/i3-nagbar/i3-nagbar.mk
index b10e389e..564a7bc2 100644
--- a/i3-nagbar/i3-nagbar.mk
+++ b/i3-nagbar/i3-nagbar.mk
@@ -12,7 +12,7 @@ i3_nagbar_OBJECTS := $(i3_nagbar_SOURCES:.c=.o)
i3-nagbar/%.o: i3-nagbar/%.c $(i3_nagbar_HEADERS)
echo "[i3-nagbar] CC $<"
- $(CC) $(I3_CPPFLAGS) $(XCB_CPPFLAGS) $(CPPFLAGS) $(i3_nagbar_CFLAGS) $(I3_CFLAGS) $(CFLAGS) -c -o $@ $<
+ $(CC) $(I3_CPPFLAGS) $(CPPFLAGS) $(i3_nagbar_CFLAGS) $(I3_CFLAGS) $(CFLAGS) -c -o $@ $<
i3-nagbar/i3-nagbar: libi3.a $(i3_nagbar_OBJECTS)
echo "[i3-nagbar] Link i3-nagbar"