mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-26 16:48:28 +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
|
||||
if(BUILD_XFT)
|
||||
find_path(freetype_INCLUDE_PATH
|
||||
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)
|
||||
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")
|
||||
endif(freetype_INCLUDE_PATH)
|
||||
endif(freetype_INCLUDE_PATH)
|
||||
if(FREETYPE_INCLUDE_DIR_freetype2)
|
||||
set(FREETYPE_FOUND true)
|
||||
set(conky_includes ${conky_includes} ${FREETYPE_INCLUDE_DIR_freetype2})
|
||||
else(FREETYPE_INCLUDE_DIR_freetype2)
|
||||
message(FATAL_ERROR "Unable to find freetype library")
|
||||
endif(FREETYPE_INCLUDE_DIR_freetype2)
|
||||
if(NOT X11_Xft_FOUND)
|
||||
message(FATAL_ERROR "Unable to find Xft library")
|
||||
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);
|
||||
void rsvg_handle_set_base_uri (RsvgHandle * handle, const char *base_uri);
|
||||
|
||||
#if LIBRSVG_MAJOR_VERSION >= 2 && LIBRSVG_MINOR_VERSION >= 52
|
||||
gboolean rsvg_handle_get_intrinsic_size_in_pixels (RsvgHandle *handle,
|
||||
gdouble *out_width,
|
||||
#endif /* LIBRSVG_MAJOR_VERSION >= 2 && LIBRSVG_MINOR_VERSION >= 52 */
|
||||
gdouble *out_height);
|
||||
/* BM: this function is temporarily disabled until I figure out a better way to
|
||||
* handle the librsvg deprecated changes.
|
||||
*
|
||||
* gboolean rsvg_handle_get_intrinsic_size_in_pixels (RsvgHandle *handle,
|
||||
* gdouble *out_width,
|
||||
* gdouble *out_height);
|
||||
*/
|
||||
|
||||
gboolean rsvg_handle_get_geometry_for_layer(RsvgHandle *handle,
|
||||
const char *id,
|
||||
|
25394
tests/catch2/catch.hpp
25394
tests/catch2/catch.hpp
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user