reassign 955668 src:libgaminggear 0.15.1-9
tag 955668 + ftbfs patch
thanks

On Sat, 11 Apr 2020 18:30:19 +0200 Pierre-Elliott =?utf-8?B?QsOpY3Vl?= <be...@crans.org> wrote:

> Le vendredi 03 avril 2020 à 21:37:34+0200, Lucas Nussbaum a écrit :
> > [snip]
>
> libpango1.0-dev should depend on libharfbuzz-dev, but it doesn't. This
> bug seems to be in src:pango1.0, and therefore I reassign it.
>
> Dear pango1.0 maintainers, please fix the dependencies of
> libpango1.0-dev.
>

Well actually no, libpango1.0-dev already depends on libharfbuzz-dev

The problem seems to be that libgaminggear build-system does not rely on the information coming from pkg-config (it doesn't use the variables starting with PKG_) and instead guessing the path for the include directory itself.

My knowledge of CMake is really low, but the attached patch seems to fix the FTBFS

Kind regards,

Laurent Bigonville

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -76,6 +76,7 @@ INCLUDE_DIRECTORIES(
   ${GTK_INCLUDE_DIRS}
   ${M_INCLUDE_DIR}
   ${NOTIFY_INCLUDE_DIRS}
+  ${PKG_PANGO_INCLUDE_DIRS}
 )
 
 ADD_SUBDIRECTORY(configuration)

Reply via email to