I don't see my email on the archive of the list, nor did I get a
response so I'm resending, again.  It should probably be noted on the
website that the email list drops emails sent if you don't register first.

Gruel seems to improperly list it's include dir as /usr/include when it
is installed into /usr/include/gruel; the following patch comes out of a
discussion I had with hasufell who helped me find the cleanest
solution to building op25 and that requires the following patch (also
from hasufell)

--- gnuradio-3.5.3/gruel/gruel.pc.in
+++ gnuradio-3.5.3/gruel/gruel.pc.in
@@ -1,7 +1,7 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/gruel

 Name: gruel
 Description: The GNU Radio Utility Etcetera Library



I believe this patch is completely sane, and hopefully nothing is
already using pkg-config incorrectly to find gruel so this will benefit
everyone.

Thoughts?

Thanks,
Zero



_______________________________________________
Patch-gnuradio mailing list
Patch-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/patch-gnuradio

Reply via email to