diff --git a/fntsample-release-5.3-Add-missing-gobject-library.patch b/fntsample-release-5.3-Add-missing-gobject-library.patch deleted file mode 100644 index 798264b..0000000 --- a/fntsample-release-5.3-Add-missing-gobject-library.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN fntsample-release-5.3.old/CMakeLists.txt fntsample-release-5.3/CMakeLists.txt ---- fntsample-release-5.3.old/CMakeLists.txt 2018-12-26 12:43:37.000000000 +0530 -+++ fntsample-release-5.3/CMakeLists.txt 2019-02-04 10:00:09.176311734 +0530 -@@ -13,7 +13,7 @@ - find_package(Gettext REQUIRED) - find_package(Iconv REQUIRED) - --pkg_check_modules(pkgs REQUIRED cairo fontconfig freetype2 glib-2.0 pangocairo>=1.16 pangoft2) -+pkg_check_modules(pkgs REQUIRED cairo fontconfig freetype2 glib-2.0 gobject-2.0 pangocairo>=1.16 pangoft2) - - find_program(AWK NAMES gawk awk mawk) - if(NOT AWK)