diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-18 13:06:05 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-18 13:06:05 +0200 |
commit | 6447e5650599755a089bb7c7b20444ed2e7b7217 (patch) | |
tree | 666d76679929596565cbce0e8802e249b9e3d1f7 | |
parent | 3d234d4b49c1f95b01e5c30c54180e5ad61c143b (diff) | |
download | drminfo-6447e5650599755a089bb7c7b20444ed2e7b7217.tar.gz |
tito: build drm* only
-rw-r--r-- | drminfo.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drminfo.spec b/drminfo.spec index 8501619..ab9b29c 100644 --- a/drminfo.spec +++ b/drminfo.spec @@ -24,7 +24,7 @@ drmtest - simple drm test app %build export CFLAGS="%{optflags}" -make +make drminfo drmtest %install install -d %{buildroot}%{_bindir} |