forked from COVESA/capicxx-dbus-runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ricardo Roldao
authored and
Ricardo Roldao
committed
May 15, 2024
1 parent
cd6b73b
commit f8a88f5
Showing
2 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
diff --git a/dbus-1.pc.in b/dbus-1.pc.in | ||
diff --git a\dbus-1.pc.in b\dbus-1.pc.in | ||
index f93d156..2e137cf 100644 | ||
--- a/dbus-1.pc.in | ||
+++ b/dbus-1.pc.in | ||
--- a\dbus-1.pc.in | ||
+++ b\dbus-1.pc.in | ||
@@ -18,3 +18,4 @@ Version: @VERSION@ | ||
Libs: -L${libdir} -ldbus-1 | ||
Libs.private: @LIBDBUS_LIBS@ | ||
Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include @DBUS_STATIC_BUILD_CPPFLAGS@ | ||
Cflags: -I${includedir}\dbus-1.0 -I${libdir}\dbus-1.0/include @DBUS_STATIC_BUILD_CPPFLAGS@ | ||
+Ldflags: -L${libdir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters