build: Add gstreamer package from gui/Sconscript

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2015-01-02 10:30:56 -05:00
parent 3750293ca0
commit 694d3f0316
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#!/usr/bin/python
Import("env")
env.UsePackage("gstreamer-1.0")
env.UsePackage("taglib")
res = Glob("*.cpp") + SConscript("tags/Sconscript")

View File

@ -1,3 +1,7 @@
#!/usr/bin/python
Import("env")
env.UsePackage("gstreamer-1.0")
res = Glob("*.cpp")
Return("res")