Skip to content

Commit

Permalink
Fix libxfce4ui version to compile with gtk3
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Aug 27, 2013
1 parent 3d7ec54 commit c685910
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,15 @@ XDT_CHECK_OPTIONAL_PACKAGE([LIBGLYR],

dnl Check libxfce4ui
AS_IF([test "x$with_gtk3" != xno],
[libxfce4ui_version="4.11.0"],
[libxfce4ui_name="libxfce4ui-2"],
[libxfce4ui_name="libxfce4ui-1"])
AS_IF([test "x$with_gtk3" != xno],
[libxfce4ui_version="4.10.0"],
[libxfce4ui_version="4.8.0"])

LIBXFCE4UI_FOUND="no"
XDT_CHECK_OPTIONAL_PACKAGE([LIBXFCE4UI],
[libxfce4ui-1], [$libxfce4ui_version],
[$libxfce4ui_name], [$libxfce4ui_version],
[libxfce4ui],
[libxfce4ui library], [yes])

Expand Down

0 comments on commit c685910

Please sign in to comment.