Merge pull request #4 from Glamhoth/FixLibcifxPkgconfigVersion

libcifx: Fix version in `cifx.pc.in` file
This commit is contained in:
MTrensch 2024-08-06 14:56:46 +02:00 committed by GitHub
commit dba938cb2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: libcifx Name: libcifx
Description: Hilscher cifX user space library Description: Hilscher cifX user space library
Requires: @REQUIRED_PACKAGES@ Requires: @REQUIRED_PACKAGES@
Version: @DRVVERSION@ Version: @DRV_VERSION@
Libs: -L@libdir@ -lcifx -lpthread Libs: -L@libdir@ -lcifx -lpthread
Cflags: -I@includedir@/cifx Cflags: -I@includedir@/cifx