Fix tabs, trailing spaces, and update dependencies
This commit is contained in:
parent
4077dfa629
commit
666bbda70e
16
configure.ac
16
configure.ac
@ -769,15 +769,15 @@ syspnginc_ok=no
|
||||
AS_IF([test x$enable_localpng != xyes -a x$PKGCONFIG != x], [
|
||||
AC_MSG_CHECKING([for libpng-1.6.x])
|
||||
AS_IF([$PKGCONFIG --exists libpng16], [
|
||||
AC_MSG_RESULT([yes])
|
||||
AC_DEFINE([HAVE_PNG_H], 1, [Have PNG library?])
|
||||
syspnginc_ok=yes
|
||||
syspnglib_ok=yes
|
||||
PNGINC="$($PKGCONFIG --cflags libpng16)"
|
||||
IMAGELIBS="$($PKGCONFIG --libs libpng16) $IMAGELIBS"
|
||||
STATICIMAGELIBS="$($PKGCONFIG --libs libpng16) $STATICIMAGELIBS"
|
||||
AC_MSG_RESULT([yes])
|
||||
AC_DEFINE([HAVE_PNG_H], 1, [Have PNG library?])
|
||||
syspnginc_ok=yes
|
||||
syspnglib_ok=yes
|
||||
PNGINC="$($PKGCONFIG --cflags libpng16)"
|
||||
IMAGELIBS="$($PKGCONFIG --libs libpng16) $IMAGELIBS"
|
||||
STATICIMAGELIBS="$($PKGCONFIG --libs libpng16) $STATICIMAGELIBS"
|
||||
], [
|
||||
AC_MSG_RESULT([no])
|
||||
AC_MSG_RESULT([no])
|
||||
])
|
||||
])
|
||||
|
||||
|
@ -2359,6 +2359,8 @@ Fl_Help_View.o: ../FL/Fl_Graphics_Driver.H
|
||||
Fl_Help_View.o: ../FL/Fl_Group.H
|
||||
Fl_Help_View.o: ../FL/Fl_Help_View.H
|
||||
Fl_Help_View.o: ../FL/Fl_Image.H
|
||||
Fl_Help_View.o: ../FL/Fl_Menu_Item.H
|
||||
Fl_Help_View.o: ../FL/Fl_Multi_Label.H
|
||||
Fl_Help_View.o: ../FL/Fl_Pixmap.H
|
||||
Fl_Help_View.o: ../FL/Fl_Plugin.H
|
||||
Fl_Help_View.o: ../FL/Fl_Preferences.H
|
||||
@ -4154,6 +4156,7 @@ Fl_Tree.o: ../FL/Fl_Valuator.H
|
||||
Fl_Tree.o: ../FL/Fl_Widget.H
|
||||
Fl_Tree.o: ../FL/platform_types.h
|
||||
Fl_Tree_Item.o: ../FL/Enumerations.H
|
||||
Fl_Tree_Item.o: ../FL/filename.H
|
||||
Fl_Tree_Item.o: ../FL/Fl.H
|
||||
Fl_Tree_Item.o: ../FL/fl_attr.h
|
||||
Fl_Tree_Item.o: ../FL/Fl_Cairo.H
|
||||
@ -4163,6 +4166,7 @@ Fl_Tree_Item.o: ../FL/fl_draw.H
|
||||
Fl_Tree_Item.o: ../FL/Fl_Export.H
|
||||
Fl_Tree_Item.o: ../FL/Fl_Group.H
|
||||
Fl_Tree_Item.o: ../FL/Fl_Image.H
|
||||
Fl_Tree_Item.o: ../FL/Fl_Preferences.H
|
||||
Fl_Tree_Item.o: ../FL/Fl_Scrollbar.H
|
||||
Fl_Tree_Item.o: ../FL/Fl_Slider.H
|
||||
Fl_Tree_Item.o: ../FL/fl_string_functions.h
|
||||
@ -4175,6 +4179,7 @@ Fl_Tree_Item.o: ../FL/fl_utf8.h
|
||||
Fl_Tree_Item.o: ../FL/Fl_Valuator.H
|
||||
Fl_Tree_Item.o: ../FL/Fl_Widget.H
|
||||
Fl_Tree_Item.o: ../FL/platform_types.h
|
||||
Fl_Tree_Item.o: Fl_System_Driver.H
|
||||
Fl_Tree_Item_Array.o: ../FL/Enumerations.H
|
||||
Fl_Tree_Item_Array.o: ../FL/Fl.H
|
||||
Fl_Tree_Item_Array.o: ../FL/fl_attr.h
|
||||
@ -4199,13 +4204,14 @@ Fl_Tree_Prefs.o: ../FL/fl_attr.h
|
||||
Fl_Tree_Prefs.o: ../FL/Fl_Cairo.H
|
||||
Fl_Tree_Prefs.o: ../FL/fl_casts.H
|
||||
Fl_Tree_Prefs.o: ../FL/fl_config.h
|
||||
Fl_Tree_Prefs.o: ../FL/fl_draw.H
|
||||
Fl_Tree_Prefs.o: ../FL/Fl_Export.H
|
||||
Fl_Tree_Prefs.o: ../FL/Fl_Image.H
|
||||
Fl_Tree_Prefs.o: ../FL/Fl_Pixmap.H
|
||||
Fl_Tree_Prefs.o: ../FL/Fl_Preferences.H
|
||||
Fl_Tree_Prefs.o: ../FL/Fl_Tree_Prefs.H
|
||||
Fl_Tree_Prefs.o: ../FL/fl_types.h
|
||||
Fl_Tree_Prefs.o: ../FL/fl_utf8.h
|
||||
Fl_Tree_Prefs.o: ../FL/Fl_Widget.H
|
||||
Fl_Tree_Prefs.o: ../FL/platform_types.h
|
||||
Fl_Tree_Prefs.o: Fl_System_Driver.H
|
||||
fl_utf8.o: ../FL/Enumerations.H
|
||||
|
1
test/.gitignore
vendored
1
test/.gitignore
vendored
@ -68,6 +68,7 @@ input_choice
|
||||
keyboard
|
||||
label
|
||||
line_style
|
||||
line_style_docs
|
||||
list_visuals
|
||||
mandelbrot
|
||||
menubar
|
||||
|
@ -1391,6 +1391,8 @@ input_choice.o: ../FL/Fl_Bitmap.H
|
||||
input_choice.o: ../FL/Fl_Button.H
|
||||
input_choice.o: ../FL/Fl_Cairo.H
|
||||
input_choice.o: ../FL/fl_casts.H
|
||||
input_choice.o: ../FL/Fl_Check_Button.H
|
||||
input_choice.o: ../FL/Fl_Choice.H
|
||||
input_choice.o: ../FL/fl_config.h
|
||||
input_choice.o: ../FL/Fl_Double_Window.H
|
||||
input_choice.o: ../FL/Fl_Export.H
|
||||
@ -1399,11 +1401,14 @@ input_choice.o: ../FL/Fl_Image.H
|
||||
input_choice.o: ../FL/Fl_Input.H
|
||||
input_choice.o: ../FL/Fl_Input_.H
|
||||
input_choice.o: ../FL/Fl_Input_Choice.H
|
||||
input_choice.o: ../FL/Fl_Light_Button.H
|
||||
input_choice.o: ../FL/Fl_Menu_.H
|
||||
input_choice.o: ../FL/Fl_Menu_Button.H
|
||||
input_choice.o: ../FL/Fl_Menu_Item.H
|
||||
input_choice.o: ../FL/Fl_Multi_Label.H
|
||||
input_choice.o: ../FL/Fl_Rect.H
|
||||
input_choice.o: ../FL/Fl_Scheme.H
|
||||
input_choice.o: ../FL/Fl_Scheme_Choice.H
|
||||
input_choice.o: ../FL/Fl_Scrollbar.H
|
||||
input_choice.o: ../FL/Fl_Terminal.H
|
||||
input_choice.o: ../FL/fl_types.h
|
||||
@ -1503,6 +1508,32 @@ line_style.o: ../FL/Fl_Value_Slider.H
|
||||
line_style.o: ../FL/Fl_Widget.H
|
||||
line_style.o: ../FL/Fl_Window.H
|
||||
line_style.o: ../FL/platform_types.h
|
||||
line_style_docs.o: ../FL/Enumerations.H
|
||||
line_style_docs.o: ../FL/Fl.H
|
||||
line_style_docs.o: ../FL/fl_attr.h
|
||||
line_style_docs.o: ../FL/Fl_Bitmap.H
|
||||
line_style_docs.o: ../FL/Fl_Box.H
|
||||
line_style_docs.o: ../FL/Fl_Cairo.H
|
||||
line_style_docs.o: ../FL/fl_casts.H
|
||||
line_style_docs.o: ../FL/fl_config.h
|
||||
line_style_docs.o: ../FL/Fl_Device.H
|
||||
line_style_docs.o: ../FL/Fl_Double_Window.H
|
||||
line_style_docs.o: ../FL/fl_draw.H
|
||||
line_style_docs.o: ../FL/Fl_Export.H
|
||||
line_style_docs.o: ../FL/Fl_Graphics_Driver.H
|
||||
line_style_docs.o: ../FL/Fl_Grid.H
|
||||
line_style_docs.o: ../FL/Fl_Group.H
|
||||
line_style_docs.o: ../FL/Fl_Image.H
|
||||
line_style_docs.o: ../FL/Fl_Pixmap.H
|
||||
line_style_docs.o: ../FL/Fl_Plugin.H
|
||||
line_style_docs.o: ../FL/Fl_Preferences.H
|
||||
line_style_docs.o: ../FL/Fl_Rect.H
|
||||
line_style_docs.o: ../FL/Fl_RGB_Image.H
|
||||
line_style_docs.o: ../FL/fl_types.h
|
||||
line_style_docs.o: ../FL/fl_utf8.h
|
||||
line_style_docs.o: ../FL/Fl_Widget.H
|
||||
line_style_docs.o: ../FL/Fl_Window.H
|
||||
line_style_docs.o: ../FL/platform_types.h
|
||||
list_visuals.o: ../config.h
|
||||
list_visuals.o: ../FL/Enumerations.H
|
||||
list_visuals.o: ../FL/fl_config.h
|
||||
|
Loading…
Reference in New Issue
Block a user