xcb-property.pc.in revision ecce36be
1prefix=@prefix@ 2exec_prefix=@exec_prefix@ 3libdir=@libdir@ 4includedir=@includedir@ 5 6Name: XCB Property library 7Description: XCB property convenience library 8Version: @PACKAGE_VERSION@ 9Requires: xcb xcb-event 10Libs: -L${libdir} -lxcb-property @LIBS@ 11Cflags: -I${includedir} 12