mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-05 13:38:33 +00:00
Comment out rsvg_handle_get_intrinsic_size_in_pixels for now.
This commit is contained in:
parent
182b4f0c11
commit
5d02762903
@ -328,29 +328,12 @@ if(BUILD_X11)
|
|||||||
|
|
||||||
# check for Xft
|
# check for Xft
|
||||||
if(BUILD_XFT)
|
if(BUILD_XFT)
|
||||||
find_path(freetype_INCLUDE_PATH
|
if(FREETYPE_INCLUDE_DIR_freetype2)
|
||||||
config/ftconfig.h
|
set(FREETYPE_FOUND true)
|
||||||
${INCLUDE_SEARCH_PATH}
|
set(conky_includes ${conky_includes} ${FREETYPE_INCLUDE_DIR_freetype2})
|
||||||
/usr/include/freetype2
|
else(FREETYPE_INCLUDE_DIR_freetype2)
|
||||||
/usr/local/include/freetype2
|
|
||||||
/usr/pkg/include/freetype2)
|
|
||||||
if(freetype_INCLUDE_PATH)
|
|
||||||
set(freetype_FOUND true)
|
|
||||||
set(conky_includes ${conky_includes} ${freetype_INCLUDE_PATH})
|
|
||||||
else(freetype_INCLUDE_PATH)
|
|
||||||
find_path(freetype_INCLUDE_PATH
|
|
||||||
freetype/config/ftconfig.h
|
|
||||||
${INCLUDE_SEARCH_PATH}
|
|
||||||
/usr/include/freetype2
|
|
||||||
/usr/local/include/freetype2
|
|
||||||
/usr/pkg/include/freetype2)
|
|
||||||
if(freetype_INCLUDE_PATH)
|
|
||||||
set(freetype_FOUND true)
|
|
||||||
set(conky_includes ${conky_includes} ${freetype_INCLUDE_PATH})
|
|
||||||
else(freetype_INCLUDE_PATH)
|
|
||||||
message(FATAL_ERROR "Unable to find freetype library")
|
message(FATAL_ERROR "Unable to find freetype library")
|
||||||
endif(freetype_INCLUDE_PATH)
|
endif(FREETYPE_INCLUDE_DIR_freetype2)
|
||||||
endif(freetype_INCLUDE_PATH)
|
|
||||||
if(NOT X11_Xft_FOUND)
|
if(NOT X11_Xft_FOUND)
|
||||||
message(FATAL_ERROR "Unable to find Xft library")
|
message(FATAL_ERROR "Unable to find Xft library")
|
||||||
endif(NOT X11_Xft_FOUND)
|
endif(NOT X11_Xft_FOUND)
|
||||||
|
12
lua/rsvg.pkg
12
lua/rsvg.pkg
@ -87,11 +87,13 @@ typedef struct _RsvgRectangle {
|
|||||||
const char *rsvg_handle_get_base_uri (RsvgHandle * handle);
|
const char *rsvg_handle_get_base_uri (RsvgHandle * handle);
|
||||||
void rsvg_handle_set_base_uri (RsvgHandle * handle, const char *base_uri);
|
void rsvg_handle_set_base_uri (RsvgHandle * handle, const char *base_uri);
|
||||||
|
|
||||||
#if LIBRSVG_MAJOR_VERSION >= 2 && LIBRSVG_MINOR_VERSION >= 52
|
/* BM: this function is temporarily disabled until I figure out a better way to
|
||||||
gboolean rsvg_handle_get_intrinsic_size_in_pixels (RsvgHandle *handle,
|
* handle the librsvg deprecated changes.
|
||||||
gdouble *out_width,
|
*
|
||||||
#endif /* LIBRSVG_MAJOR_VERSION >= 2 && LIBRSVG_MINOR_VERSION >= 52 */
|
* gboolean rsvg_handle_get_intrinsic_size_in_pixels (RsvgHandle *handle,
|
||||||
gdouble *out_height);
|
* gdouble *out_width,
|
||||||
|
* gdouble *out_height);
|
||||||
|
*/
|
||||||
|
|
||||||
gboolean rsvg_handle_get_geometry_for_layer(RsvgHandle *handle,
|
gboolean rsvg_handle_get_geometry_for_layer(RsvgHandle *handle,
|
||||||
const char *id,
|
const char *id,
|
||||||
|
17504
tests/catch2/catch.hpp
17504
tests/catch2/catch.hpp
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user