Commit 79d211fa authored by vincowl's avatar vincowl Committed by GitHub

[libvdpau] Clean commented old lines (#3924)

* [libvdpau] Clean commented old lines

* [libvdpau] Clean comments keeping binaries

* [libvdpau] Removing trailing whitespaces, change version
Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent cf8b0111
...@@ -23,12 +23,9 @@ class Libvdpau < Package ...@@ -23,12 +23,9 @@ class Libvdpau < Package
def self.build def self.build
system "meson --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX} builddir" system "meson --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX} builddir"
system "ninja -C builddir" system "ninja -C builddir"
#system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
#system 'make'
end end
def self.install def self.install
system "DESTDIR=#{CREW_DEST_DIR} ninja -C builddir install" system "DESTDIR=#{CREW_DEST_DIR} ninja -C builddir install"
#system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment