Skip to content
Snippets Groups Projects
Commit ea3d72e3 authored by Benedikt Meurer's avatar Benedikt Meurer
Browse files

XFCE_PANEL_PLUGIN had wrong panel version for the threaded test.

(Old svn revision: 11890)
parent c9744525
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ AC_DEFUN([XFCE_PANEL_PLUGIN],
dnl Check if the panel is threaded
ac_CFLAGS=$$1_CFLAGS
AC_MSG_CHECKING([whether the panel is threaded])
if $PKG_CONFIG --atleast-version=4.1.8 xfce4-panel-1.0; then
if $PKG_CONFIG --atleast-version=4.1.7 xfce4-panel-1.0; then
$1_CFLAGS="$ac_CFLAGS -DXFCE_PANEL_THREADED=1 -DXFCE_PANEL_LOCK\(\)=gdk_threads_enter\(\) -DXFCE_PANEL_UNLOCK\(\)=gdk_threads_leave\(\)"
AC_MSG_RESULT([yes])
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment