Skip to content

Commit cb48634

Browse files
committed
configure file fix
1 parent 9ec66e4 commit cb48634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gtkplot.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=@includedir@
55

66
Name: @PACKAGE_NAME@
77
Description: Plotting widgets for GTK@PLOT_GTK_MAJOR@+.
8-
Requires: @PLOT_GTK_VERSION@
8+
Requires: gtk+-@PLOT_API_VERSION@ >= @PLOT_GTK_MAJOR@.@PLOT_GTK_MINOR@
99
Version: @PACKAGE_VERSION@
1010
URL: @PACKAGE_URL@
1111
Libs: -L${libdir} -lgtkplot-@PLOT_API_VERSION@

reversion.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "LT_PREREQ([2.2])"
3131
echo "LT_INIT([win32-dll])"
3232
echo "AC_SUBST([PLOT_API_VERSION], [${gmx}.${gar}])"
3333
echo "AC_SUBST([PLOT_GTK_MAJOR], [${gmx}])"
34-
echo "AC_SUBST([PLOT_GTK_VERSION], [gtk+-${gmx}.${gar} >= ${gmx}.${gmn}])"
34+
echo "AC_SUBST([PLOT_GTK_MINOR], [${gmn}])"
3535
echo "AC_SUBST([PLOT_SDIR], [gtk${gmx}plot])"
3636
echo "lt_enable_auto_import="""
3737
echo "case \"\$host_os\" in"

0 commit comments

Comments
 (0)