Skip to content

Commit

Permalink
hotkey: Check for correct gdk-x11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed May 25, 2024
1 parent 8c5bd45 commit cb0005f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,10 @@ ENABLE_PLUGIN_WITH_TEST(glspectrum,
auto,
VISUALIZATION)

if test "x$USE_GTK3" = "xyes"; then
GDK_X11_DEP=gdk-x11-3.0
else
if test "x$USE_GTK2" = "xyes"; then
GDK_X11_DEP=gdk-x11-2.0
else
GDK_X11_DEP=gdk-x11-3.0
fi

ENABLE_PLUGIN_WITH_DEP(hotkey,
Expand Down

0 comments on commit cb0005f

Please sign in to comment.