blob: c1c88999a57e4e18177d9d53e6f1735aa10e01bd [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001From eaf51d6420c63713f62025583681007c3502d387 Mon Sep 17 00:00:00 2001
2From: Carlos <carlos.rodriguez@ridgerun.com>
3Date: Fri, 15 Dec 2017 10:14:05 -0600
4Subject: [PATCH] gstd:yocto compatibility
5
6---
Brad Bishop316dfdd2018-06-25 12:45:53 -04007 gstd/Makefile.am | 2 +-
8 3 files changed, 9 insertions(+), 3 deletions(-)
9
Brad Bishop316dfdd2018-06-25 12:45:53 -040010--- a/gstd/Makefile.am
11+++ b/gstd/Makefile.am
Brad Bishope42b3e32020-01-15 22:08:42 -050012@@ -74,7 +74,7 @@ gstd_CFLAGS = $(GST_CFLAGS) \
13 -DGSTD_LOG_STATE_DIR=\"$(gstdlogstatedir)\" \
14 -DGSTD_RUN_STATE_DIR=\"$(gstdrunstatedir)\"
Brad Bishop316dfdd2018-06-25 12:45:53 -040015
Brad Bishope42b3e32020-01-15 22:08:42 -050016-gstd_LDFLAGS = $(GST_LIBS) $(GIO_LIBS) $(GIO_UNIX_LIBS) $(GJSON_LIBS) $(LIBD_LIBS) -Wl,-rpath -Wl,$(libdir)
17+gstd_LDFLAGS = $(GST_LIBS) $(GIO_LIBS) $(GIO_UNIX_LIBS) $(GJSON_LIBS) $(LIBD_LIBS)
Brad Bishop316dfdd2018-06-25 12:45:53 -040018 gstd_LDADD = libgstd-core.la
19
20 gstdincludedir = $(includedir)/gstd