mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
validate: Fix gstcheck when not running on a meson build dir
This commit is contained in:
parent
0ee2147137
commit
ce0d2ee3e1
2 changed files with 3 additions and 2 deletions
|
@ -4,4 +4,5 @@ SUBDIRS =
|
|||
|
||||
apps_PYTHON = \
|
||||
__init__.py \
|
||||
gstvalidate.py
|
||||
gstvalidate.py \
|
||||
gstcheck.py
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
import argparse
|
||||
import config
|
||||
import os
|
||||
import pickle
|
||||
import platform
|
||||
|
@ -25,6 +24,7 @@ import shutil
|
|||
import threading
|
||||
import concurrent.futures as conc
|
||||
|
||||
from launcher import config
|
||||
from launcher.utils import printc, Colors
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue