Fix missing dependencies.

Change-Id: I7a0e1ac5813200161f4bf4cc0abe1010cb06afbc
diff --git a/debian/control b/debian/control
index 179d058..67a5ac5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,18 +10,22 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends},
-         imx-gst1.0-plugin,
+         gir1.2-glib-2.0,
+         gir1.2-gst-plugins-base-1.0,
+         gir1.2-gstreamer-1.0,
+         gir1.2-gtk-3.0,
          gstreamer1.0-plugins-bad,
          gstreamer1.0-plugins-good,
          gstreamer1.0-plugins-ugly,
+         imx-gst1.0-plugin,
          python3-cairo,
-         python3-numpy,
-         python3-protobuf,
-         python3-pil,
+         python3-edgetpu,
          python3-gi,
          python3-gi-cairo,
          python3-gst-1.0,
-         python3-edgetpu,
+         python3-numpy,
+         python3-pil,
+         python3-protobuf,
          weston-imx
 Description: EdgeTPU camera API
  API to run inference on image data coming from the camera.
diff --git a/edgetpuvision/gst_native.py b/edgetpuvision/gst_native.py
index 0e9dab3..5a0c562 100644
--- a/edgetpuvision/gst_native.py
+++ b/edgetpuvision/gst_native.py
@@ -72,7 +72,7 @@
 librsvg.rsvg_handle_close.restype = ctypes.c_bool
 librsvg.rsvg_handle_close.argtypes = [ctypes.c_void_p, ctypes.c_void_p]
 
-libgobject = ctypes.CDLL('libgobject-2.0.so')
+libgobject = ctypes.CDLL('libgobject-2.0.so.0')
 libgobject.g_object_unref.restype = None
 libgobject.g_object_unref.argtypes = [ctypes.c_void_p]