libcifx: Fix version in cifx.pc.in file

This commit is contained in:
Filip Demski 2024-08-06 13:07:46 +02:00
parent 7badfbdc21
commit 3c1e328d44
No known key found for this signature in database
GPG Key ID: 5A5F624E2BFBBEA8

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