diff options
author | Dave Airlie <airlied@redhat.com> | 2010-02-02 10:58:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-02-02 10:58:50 +1000 |
commit | 520c658706aa896d64f374cc74065394111f6122 (patch) | |
tree | 9aa940f6a5a8d2e09b3a5bc0c02155ed625ca859 /radeon | |
parent | 973d8d6bd04230da801a8bc19af41dbc60e1918d (diff) |
radeon: enable by default now that kms is out of staging
Diffstat (limited to 'radeon')
-rw-r--r-- | radeon/libdrm_radeon.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/radeon/libdrm_radeon.pc.in b/radeon/libdrm_radeon.pc.in index 33068448..ab703e13 100644 --- a/radeon/libdrm_radeon.pc.in +++ b/radeon/libdrm_radeon.pc.in @@ -5,6 +5,6 @@ includedir=@includedir@ Name: libdrm_radeon Description: Userspace interface to kernel DRM services for radeon -Version: 1.0.1 +Version: @PACKAGE_VERSION@ Libs: -L${libdir} -ldrm_radeon Cflags: -I${includedir} -I${includedir}/drm |